69 Commits (2251cb774b7b7db12323a32b339903fa27ff7b08)

Author SHA1 Message Date
Jim Mussared a2aceb5007 nrf/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 67d05ed02b ports: Make generated pin.c handling more consistent across ports. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Angus Gratton a16a330da5 nrf,stm32: Don't enable debug info by default if LTO is on. 2 years ago
Jim Mussared be83c08f46 ports: Always append to GIT_SUBMODULES. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
David Lechner 07cae9178f nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables. 2 years ago
iabdalkader 425d8fc0d6 nrf: Enable optional support for Arduino 1200bps touch. 3 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
iabdalkader 921dd94676 nrf/main: Add startup and early-init board hook macros. 4 years ago
Jim Mussared 92353c2911 all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 3 years ago
Pooya Moradi 95ccd9a005 nrf/Makefile: Improve Black Magic Probe commands. 4 years ago
Glenn Ruben Bakke aa857eb65e nrf/Makefile: Set default manifest file for all targets. 4 years ago
Glenn Ruben Bakke 990341d18e nrf: Facilitate use of freeze manifest. 5 years ago
Glenn Ruben Bakke 0bde907a8b nrf/Makefile: Add _fs_size linker script override from make. 4 years ago
Glenn Ruben Bakke 127cec8cae nrf/modules/nrf: Add new nrf module with flash block device. 4 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Zoltán Vörös 8c02b94946 nrf: Add more math sources to Makefile, and enable log2 implementation. 3 years ago
Glenn Ruben Bakke 634f6df324 nrf/Makefile: Add support for flashing with nrfutil. 4 years ago
Glenn Ruben Bakke 718397a37d nrf/Makefile: Add bootloader specific section. 4 years ago
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