Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
csamuelson
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
supervisor
shared
external_flash
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
guard2once -s ...
dhalbert
committed
950b5d0
View commit details
Copy full SHA for 950b5d0
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
change unneeded uint8_t decls to size_t or uint32_t
dhalbert
committed
98957cc
View commit details
Copy full SHA for 98957cc
View code at this point
Browse repository at this point
fix flash_cache_table allocation failures; clean up code
dhalbert
committed
2fa97f3
View commit details
Copy full SHA for 2fa97f3
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Switch all ports to auto-growing split heap
Show description for 8137e2d
tannewt
committed
8137e2d
View commit details
Copy full SHA for 8137e2d
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Fix pre-commit
tannewt
committed
5a19971
View commit details
Copy full SHA for 5a19971
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
MP_REGISTER_ROOT_POINTER for port-specific root pointers
dhalbert
committed
68a2927
View commit details
Copy full SHA for 68a2927
View code at this point
Browse repository at this point
finish converting to MP_REGISTER_ROOT_POINTER()
dhalbert
committed
1c388ab
View commit details
Copy full SHA for 1c388ab
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
wip; fix qstr processing
dhalbert
committed
fe0e2f1
View commit details
Copy full SHA for fe0e2f1
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
fix typos (partial) detected by codepell
hathach
committed
fecc1bd
View commit details
Copy full SHA for fecc1bd
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Merge branch 'adafruit:main' into main
PontusO
authored
14417a2
View commit details
Copy full SHA for 14417a2
View code at this point
Browse repository at this point
Commits on Dec 30, 2022
Use memory fence when disabling cache to avoid -O2 problems
dhalbert
committed
cc92ce4
View commit details
Copy full SHA for cc92ce4
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
Initializing external flash SPI speed to SPI_FLASH_MAX_BAUDRATE, instead of using driver default speed (32MHz), before probing JEDEC identifier.
PontusO
committed
9f266c3
View commit details
Copy full SHA for 9f266c3
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Move hook implementation to supervisor
stonehippo
committed
3b5171c
View commit details
Copy full SHA for 3b5171c
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
change half_duplex to be on spi construct
sgauche
committed
3b418db
View commit details
Copy full SHA for 3b418db
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
fix #5948 Adding back the SPI configuration to spi_flash_read/write_data
Show description for cfa7e8a
EmergReanimator
committed
cfa7e8a
View commit details
Copy full SHA for cfa7e8a
View code at this point
Browse repository at this point
Commits on Jan 30, 2022
Avoid excessive SPI re-configuration in run-time of SPI flash.
EmergReanimator
committed
2a1f586
View commit details
Copy full SHA for 2a1f586
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
Changed the order of SPI configuration and activation.
Show description for f610b6b
EmergReanimator
committed
f610b6b
View commit details
Copy full SHA for f610b6b
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
Enable -Wmissing-prototypes for atmel-samd
jepler
committed
63fbf98
View commit details
Copy full SHA for 63fbf98
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
add missing varriables to devices.h generator
maholli
committed
c999e2a
View commit details
Copy full SHA for c999e2a
View code at this point
Browse repository at this point
Commits on May 13, 2021
Simplify the status LED to save power
Show description for 1a0b419
tannewt
committed
1a0b419
View commit details
Copy full SHA for 1a0b419
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
codeformat: Fix filename matching
Show description for e95e921
jepler
committed
e95e921
View commit details
Copy full SHA for e95e921
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
Fix devices include by splitting type from defines
tannewt
committed
01c153c
View commit details
Copy full SHA for 01c153c
View code at this point
Browse repository at this point
Switch devices.h to nvm.toml data
tannewt
committed
aec0ef3
View commit details
Copy full SHA for aec0ef3
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
[spi_flash] handle reentrance gracefully
Show description for 3b613ff
tyomitch
committed
3b613ff
View commit details
Copy full SHA for 3b613ff
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
fix for MX25R1635F QSPI mode of operation
lyusupov
committed
76c1ae7
View commit details
Copy full SHA for 76c1ae7
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
Automatically count EXTERNAL_FLASH_DEVICES (mk2)
Show description for 32475ce
jepler
committed
32475ce
View commit details
Copy full SHA for 32475ce
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
Merge pull request #3864 from djix123/w25q64fv
Show description for f226f4a
dhalbert
authored
f226f4a
View commit details
Copy full SHA for f226f4a
View code at this point
Browse repository at this point
Add support for Winbond W25Q64FV
djix123
committed
17e7973
View commit details
Copy full SHA for 17e7973
View code at this point
Browse repository at this point
Commits on Dec 21, 2020
Merge pull request #3824 from skerr92/add_more_spi_flash
Show description for 233ccaa
dhalbert
authored
233ccaa
View commit details
Copy full SHA for 233ccaa
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
Update devices.h
Show description for 70a9c60
StackRduino
authored
70a9c60
View commit details
Copy full SHA for 70a9c60
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
removed comments on 64MiB SPI flash causing build test issues
Seth Kerr
committed
ca757f2
View commit details
Copy full SHA for ca757f2
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
fixing line comment issue with CI build tests
Seth Kerr
committed
6d8642b
View commit details
Copy full SHA for 6d8642b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.