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