48 Commits (3ff70792770e4591fec22fa6a1b50f492236fcde)

Author SHA1 Message Date
Roberto Colistete Jr 91c5d168c0 nrf/Makefile: Improve user C modules support. 4 years ago
Glenn Ruben Bakke c2317a3a8d nrf/Makefile: Disable ROM text compression when compiling for debug. 4 years ago
Jim Mussared cd9a8c1742 nrf: Add openocd as a supported flasher. 5 years ago
Jim Mussared e7f8c7d9a3 nrf: Update to work with nrfx v2.0.0, to match TinyUSB. 5 years ago
Damien George eb5e9c00f8 nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds. 5 years ago
Jim Mussared 073b9a5eb8 ports: Enable error text compression for various ports, but not all. 5 years ago
Zoltán Vörös c5cc64175b ports: Add lib/libm/roundf.c to bare-metal Makefile's. 5 years ago
Damien George 6ad3bb1e12 nrf: Remove custom "random" module and use extmod version instead. 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support. 5 years ago
Glenn Ruben Bakke 60b0b69f20 nrf: Add tinyusb support for nrf52840. 5 years ago
Damien George 2863dcdf4f nrf: Add support to activate MICROPY_PY_SYS_STDFILES. 5 years ago
Glenn Ruben Bakke cf383412ef nrf/flash: Update flash driver to use nrfx_nvmc driver. 6 years ago
Jim Mussared d36fc4682e nrf/Makefile: Add support for flashing with a Black Magic Probe. 5 years ago
Nguyen Hoan Hoang 9a6f6fd68d nrf/boards: Add support for BLYST Nano module based boards. 6 years ago
Glenn Ruben Bakke 1f5d945afa nrf/Makefile: Update to match latest oofatfs version. 6 years ago
Damien George 55632af70a nrf/Makefile: Make sure dependencies for pins_gen.c are correct. 6 years ago
Ayke van Laethem 8df342d330 nrf: Include $(SRC_MOD) in the build. 6 years ago
Glenn Ruben Bakke ea00717a57 nrf: Compile nlr objects with -fno-lto flag 6 years ago
Glenn Ruben Bakke 14d257c66b nrf: Add explicit make flag for oofatfs 6 years ago
Glenn Ruben Bakke db67a5000f nrf: Generalize feather52 target 6 years ago
Glenn Ruben Bakke 6011441342 nrf: Move pyb module to boards module 7 years ago
Glenn Ruben Bakke 774638e2a9 nrf/boards/feather52: Move phony targets to main Makefile 7 years ago
Ayke van Laethem 4111206bd5 nrf/Makefile: Refine dead-code elimination parameters. 7 years ago
Ayke van Laethem ab72b5b69c nrf/Makefile: Use C11 instead of Gnu99. 7 years ago
Ayke van Laethem a6ae950b75 nrf/Makefile: Remove -fstack-usage. 7 years ago
Ayke van Laethem 5fdebe62d3 nrf/Makefile: use "standard" GCC -fshort-enums instead of --short-enums. 7 years ago
Glenn Ruben Bakke 67fd67f549 nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52x 7 years ago
Glenn Ruben Bakke 6e8a605500 nrf/modules/machine/pin: Add support for IRQ on Pin's 7 years ago
Ayke van Laethem 2de65dda22 nrf: Make linker scripts more modular. 7 years ago
Ayke van Laethem 375bc31f4b nrf: Enable -g flag by default. 7 years ago
Ayke van Laethem 1949719e1d nrf/Makefile: Fix .PHONY target. 7 years ago
glennrub 002f7d1ad7 nrf: Replace custom-HAL with nrfx-HAL 7 years ago
Ayke van Laethem 3cdecf90e6 nrf: Make LTO configurable via Makefile flag. 7 years ago
Glenn Ruben Bakke c486127378 nrf: Improve include of boardmodules.mk 7 years ago
kaasasolut c1cd7e5155 nrf: Only search for frozen files if FROZEN_MPY_DIR is set 7 years ago
Glenn Ruben Bakke 9e090a8783 nrf/boards/microbit: Add framework updates to build micro:bit modules. 7 years ago
Ayke van Laethem a248db6916 nrf: Option to enable Ctrl-C in NUS console. 7 years ago
Ayke van Laethem 03b8429c0c nrf: Remove default FROZEN_MPY_DIR. 7 years ago
Glenn Ruben Bakke 2b32333f90 nrf: Use micropython libm to save flash 7 years ago
Ayke f7facf73f1 nrf: Add micro:bit filesystem. 7 years ago
Ayke van Laethem cc158f98fe nrf: Implement NVMC HAL. 7 years ago
Ayke van Laethem 4838b398af nrf: Enable Link-time optimizations 7 years ago
Ayke van Laethem 38afc6553c nrf: Use --gc-sections to reduce code size 7 years ago
Glenn Ruben Bakke 51a679752a nrf: Update Makefile and README.md after moving port to new directory 7 years ago
Daniel Tralamazza e22b943508 nrf: Add new port to Nordic nRF5x MCUs. 9 years ago