circuitpython/ports/atmel-samd/external_flash
Scott Shawcroft 777542c716
Add basic memory allocation outside Python runtime
This allows for the heap to fill all space but the stack. It also
allows us to designate space for memory outside the runtime for
things such as USB descriptors, flash cache and main filename.

Fixes #754
2018-07-31 05:18:03 -07:00
..
common_commands.h Add Feather M4 Express support. 2018-03-23 00:00:13 -07:00
devices.h add HalloWing 2018-07-29 19:22:16 -04:00
external_flash.c Add basic memory allocation outside Python runtime 2018-07-31 05:18:03 -07:00
external_flash.h Support all boards and remove erase and page sizes because they never change. 2018-03-01 12:45:12 -08:00
qspi_flash.c Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
spi_flash_api.h Update Metro M4 to rev F and make flash reset on start. 2018-03-22 16:42:47 -07:00
spi_flash.c Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00