aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
AgeCommit message (Expand)Author
2020-12-07nrf/Makefile: Add support for flashing with nrfutil.Glenn Ruben Bakke
2020-12-07nrf/Makefile: Add bootloader specific section.Glenn Ruben Bakke
2020-08-26nrf/Makefile: Improve user C modules support.Roberto Colistete Jr
2020-07-01nrf/Makefile: Disable ROM text compression when compiling for debug.Glenn Ruben Bakke
2020-05-15nrf: Add openocd as a supported flasher.Jim Mussared
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-05-15nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.Damien George
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-03-25ports: Add lib/libm/roundf.c to bare-metal Makefile's.Zoltán Vörös
2020-02-18nrf: Remove custom "random" module and use extmod version instead.Damien George
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-10nrf: Add nrf9160 base support.Glenn Ruben Bakke
2019-10-10nrf: Add tinyusb support for nrf52840.Glenn Ruben Bakke
2019-10-08nrf: Add support to activate MICROPY_PY_SYS_STDFILES.Damien George
2019-10-02nrf/flash: Update flash driver to use nrfx_nvmc driver.Glenn Ruben Bakke
2019-09-05nrf/Makefile: Add support for flashing with a Black Magic Probe.Jim Mussared
2019-05-02nrf/boards: Add support for BLYST Nano module based boards.Nguyen Hoan Hoang
2019-04-01nrf/Makefile: Update to match latest oofatfs version.Glenn Ruben Bakke
2018-07-20nrf/Makefile: Make sure dependencies for pins_gen.c are correct.Damien George
2018-07-19nrf: Include $(SRC_MOD) in the build.Ayke van Laethem
2018-07-18nrf: Compile nlr objects with -fno-lto flagGlenn Ruben Bakke
2018-07-18nrf: Add explicit make flag for oofatfsGlenn Ruben Bakke
2018-07-18nrf: Generalize feather52 targetGlenn Ruben Bakke
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf/boards/feather52: Move phony targets to main MakefileGlenn Ruben Bakke
2018-07-18nrf/Makefile: Refine dead-code elimination parameters.Ayke van Laethem
2018-07-18nrf/Makefile: Use C11 instead of Gnu99.Ayke van Laethem
2018-07-18nrf/Makefile: Remove -fstack-usage.Ayke van Laethem
2018-07-18nrf/Makefile: use "standard" GCC -fshort-enums instead of --short-enums.Ayke van Laethem
2018-07-18nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52xGlenn Ruben Bakke
2018-07-18nrf/modules/machine/pin: Add support for IRQ on Pin'sGlenn Ruben Bakke
2018-07-18nrf: Make linker scripts more modular.Ayke van Laethem
2018-07-18nrf: Enable -g flag by default.Ayke van Laethem
2018-07-18nrf/Makefile: Fix .PHONY target.Ayke van Laethem
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Make LTO configurable via Makefile flag.Ayke van Laethem
2018-07-18nrf: Improve include of boardmodules.mkGlenn Ruben Bakke
2018-07-18nrf: Only search for frozen files if FROZEN_MPY_DIR is setkaasasolut
2018-07-18nrf/boards/microbit: Add framework updates to build micro:bit modules.Glenn Ruben Bakke
2018-07-18nrf: Option to enable Ctrl-C in NUS console.Ayke van Laethem
2018-07-18nrf: Remove default FROZEN_MPY_DIR.Ayke van Laethem
2018-07-18nrf: Use micropython libm to save flashGlenn Ruben Bakke
2018-07-18nrf: Add micro:bit filesystem.Ayke
2018-07-18nrf: Implement NVMC HAL.Ayke van Laethem
2018-07-18nrf: Enable Link-time optimizationsAyke van Laethem
2018-07-18nrf: Use --gc-sections to reduce code sizeAyke van Laethem
2018-07-18nrf: Update Makefile and README.md after moving port to new directoryGlenn Ruben Bakke
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza