circuitpython/ports/nrf/modules
Glenn Ruben Bakke aa857eb65e nrf/Makefile: Set default manifest file for all targets.
Set the default manifest to "modules/manifest.py".  This includes files
from the folder "modules/scripts".  The manifest default value is overriden
by all nrf51 boards that have SoftDevice present (SD=s110) to save flash.

Also add "modules/manifest.py" which is set to freeze
"modules/scripts/_mkfs.py".
2021-08-08 23:17:55 +10:00
..
ble nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
board all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
machine nrf/modules: Replace master/slave with controller/peripheral in SPI. 2021-07-18 11:23:41 +10:00
music py/mpstate: Make exceptions thread-local. 2021-06-19 09:43:44 +10:00
nrf nrf/modules/nrf: Add new nrf module with flash block device. 2021-08-08 23:09:26 +10:00
scripts nrf/modules/scripts: Add file system formatting script. 2021-08-08 23:17:55 +10:00
ubluepy all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
uos nrf/modules/uos: Allow a board to configure MICROPY_VFS_FAT/LFS1/LFS2. 2021-08-08 23:09:26 +10:00
utime nrf: Add support for time.ticks_xxx functions using RTC1. 2020-07-08 23:47:02 +10:00
manifest.py nrf/Makefile: Set default manifest file for all targets. 2021-08-08 23:17:55 +10:00