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