circuitpython/ports/nrf/modules
Ayke van Laethem 2de65dda22 nrf: Make linker scripts more modular.
With all the variation in chips and boards it's tedious to copy and
redefine linker scripts for every option. Making linker scripts more
modular also opens up more possibilities, like enabling/disabling the
flash file system from the Makefile - or even defining it's size from a
Makefile argument (FS_SIZE=12 for a 12kB filesystem if tight on space).
2018-07-18 17:12:26 +10:00
..
ble nrf: Update usage of mp_obj_new_str by removing last parameter. 2018-07-18 17:12:25 +10:00
machine nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
music nrf/modules/music: Remove init of softpwm/ticker upon music module load. 2018-07-18 17:12:25 +10:00
pyb nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
random nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
ubluepy nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
uos nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
utime nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00