Ayan Pahwa
718a28c886
update filesystem.c
2019-11-26 01:13:46 +05:30
Ayan Pahwa
5e1740d11f
Not creating code.py file for non-express boards
2019-11-26 00:06:03 +05:30
Ayan Pahwa
9c6466cffb
Fix build failure for boards with less memory
2019-11-25 22:31:01 +05:30
Ayan Pahwa
180b485f8b
Enable creation of code.py only for full builds
2019-11-23 20:58:33 +05:30
Ayan Pahwa
262cfd4ea3
Passing address of char_written at f_write
2019-11-23 20:47:30 +05:30
Ayan Pahwa
5823f5ed04
Add \n to file end
2019-11-23 20:43:24 +05:30
Ayan Pahwa
a0ef667a14
Supervisor: create code.py file with sample code
2019-11-19 01:59:29 +05:30
Craig Forbes
99bcb4e2a4
Create a /lib directory when creating the filesystem.
2019-06-14 15:41:32 -05:00
Scott Shawcroft
ceb6f2e4fc
Rework flash flush so it preserves the cache
...
This should make filesystem writes quicker and cause less heap
churn.
2019-04-03 18:28:27 -07:00
Dan Halbert
2229f17911
reset flush timer on call to filesystem_flush()
2019-03-25 20:42:08 -04:00
Dan Halbert
2459eabd66
flush flash filesystem once a second
2019-03-20 12:21:36 -04:00
Scott Shawcroft
1a0596a2fb
Add option to disable the concurrent write protection
...
This allows writing to the filesystem from the host computer and
CircuitPython by increasing the risk of filesystem corruption.
2019-02-21 10:45:41 -08:00
Scott Shawcroft
46fd60c703
Prevent infinite display update recursion and fix VFS mounting
...
Fixes #1529
2019-02-19 14:50:31 -08:00
Scott Shawcroft
b67c53edfa
Factor out of external flash as well.
...
Plus some cleanup.
Fixes #1324
2018-11-14 18:30:47 -08:00
Scott Shawcroft
87ddd64481
Factor out fake partition
2018-11-14 17:59:11 -08:00
Scott Shawcroft
47212ee31e
start debug
2018-11-14 17:21:48 -08:00
Scott Shawcroft
9d91111b1b
Move atmel-samd to tinyusb and support nRF flash.
...
This started while adding USB MIDI support (and descriptor support is
in this change.) When seeing that I'd have to implement the MIDI class
logic twice, once for atmel-samd and once for nrf, I decided to refactor
the USB stack so its shared across ports. This has led to a number of
changes that remove items from the ports folder and move them into
supervisor.
Furthermore, we had external SPI flash support for nrf pending so I
factored out the connection between the usb stack and the flash API as
well. This PR also includes the QSPI support for nRF.
2018-11-08 17:25:30 -08:00