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
/
filesystem.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-01-20
Add initial RP2040 support
Scott Shawcroft
2021-01-11
Adding escape characters.
Kattni Rembor
2021-01-11
Update created code.py file formatting.
Kattni Rembor
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-02-12
Allow drive name to be set per target, with fallback to pre-existing behaviour
Dave Marples
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2019-11-26
update filesystem.c
Ayan Pahwa
2019-11-26
Not creating code.py file for non-express boards
Ayan Pahwa
2019-11-25
Fix build failure for boards with less memory
Ayan Pahwa
2019-11-23
Enable creation of code.py only for full builds
Ayan Pahwa
2019-11-23
Passing address of char_written at f_write
Ayan Pahwa
2019-11-23
Add \n to file end
Ayan Pahwa
2019-11-19
Supervisor: create code.py file with sample code
Ayan Pahwa
2019-06-14
Create a /lib directory when creating the filesystem.
Craig Forbes
2019-04-03
Rework flash flush so it preserves the cache
Scott Shawcroft
2019-03-25
reset flush timer on call to filesystem_flush()
Dan Halbert
2019-03-20
flush flash filesystem once a second
Dan Halbert
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2018-11-14
Factor out of external flash as well.
Scott Shawcroft
2018-11-14
Factor out fake partition
Scott Shawcroft
2018-11-14
start debug
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft