index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
supervisor
/
shared
/
external_flash
/
external_flash.c
Age
Commit message (
Expand
)
Author
2021-03-25
Fix devices include by splitting type from defines
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2021-03-07
Automatically count EXTERNAL_FLASH_DEVICES (mk2)
Jeff Epler
2020-11-28
Add movable allocation system.
Christian Walther
2020-05-09
More erroneous else statements
Max Holliday
2020-05-09
Unified single_status_byte & no_reset_cmd behavior
Max Holliday
2020-05-09
Removing erroneous else statements
Max Holliday
2020-05-04
Merge branch 'master' into non-standard-nvm
Dan Halbert
2020-04-28
fixing diff error
Max Holliday
2020-04-28
decoupling chip specific functions from EXTERNAL_FLASH_QSPI_SINGLE
Max Holliday
2020-04-07
adds standard (non-queued) SPI support to QSPI for external flash
Max Holliday
2020-03-13
Hopefully fix flash flush and hopefully audio as well.
Scott Shawcroft
2019-12-10
supervisor: external_flash: don't call m_free when it's bad
Jeff Epler
2019-12-10
supervisor: external_flash: don't call m_malloc_maybe when it's bad
Jeff Epler
2019-09-09
fix atmel-samd filesystem_tick'ing; clear_temp_status() should check for stat...
Dan Halbert
2019-04-03
Rework flash flush so it preserves the cache
Scott Shawcroft
2018-11-14
Factor out of external flash as well.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft