aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/main.c
AgeCommit message (Expand)Author
2020-09-09nrf/main: Make mp_builtin_open signature match that in py/builtin.h.Damien George
2020-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-28nrf/main: Remove unnecessary repl_info(0) call.Yonatan Goldschmidt
2019-12-05nrf/main: Execute boot.py/main.py frozen modules without a file system.Andrej Krejcir
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.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-02nrf/main: Update the way the LED is used on startup.roland van straten
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf: Enable micro:bit FS by defaultGlenn Ruben Bakke
2018-07-18nrf: Fix NUS console when using boot.py or main.py.Ayke van Laethem
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Make machine.UART optional.Ayke van Laethem
2018-07-18nrf: Change PYB prefix to MPYGlenn Ruben Bakke
2018-07-18nrf: Add if-def around inclusion of nrf_sdm.h in main.Glenn Ruben Bakke
2018-07-18nrf: Update main.c to init relevant board drivers, if enabled.Glenn Ruben Bakke
2018-07-18nrf: Option to enable Ctrl-C in NUS console.Ayke van Laethem
2018-07-18nrf/main: Add ampy support.Ayke van Laethem
2018-07-18nrf/main: Run boot.py and main.py on startup.Ayke van Laethem
2018-07-18nrf: Add micro:bit filesystem.Ayke
2018-07-18nrf: Add compile switch to disable VFS.Ayke van Laethem
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza