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
/
ports
/
nrf
/
supervisor
/
internal_flash.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-03-13
Hopefully fix flash flush and hopefully audio as well.
Scott Shawcroft
2019-12-12
merge from master
Dan Halbert
2019-12-12
Fix flash write error handling; clean up safe mode message printing
Dan Halbert
2019-12-10
working on all ports
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-05-08
Fix crash in internal filesystem on nrf
Scott Shawcroft
2019-04-16
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-16
Make some space for NVM adafruit/circuitpython#1042
Nick Moore
2019-04-16
Switch supervisor/internal_flash to use new nrf_nvm_safe_flash_page_write
Nick Moore
2019-04-15
Revert "nrf nvm: touchups to nickzoic PR #1768"
Scott Shawcroft
2019-04-09
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-09
Make some space for NVM adafruit/circuitpython#1042
Nick Moore
2019-04-09
Switch supervisor/internal_flash to use new nrf_nvm_safe_flash_page_write
Nick Moore
2019-04-03
Rework flash flush so it preserves the cache
Scott Shawcroft
2019-03-18
nrf: fix internal flash writes
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2018-12-29
fix typos in internal_flash.c
Dan Halbert
2018-12-07
bleio WIP: redo for more immutability; use sd_* routines for internal flash w...
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft