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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-09-09
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
Damien George
2020-07-22
nrf: Enable more features for all targets.
Glenn Ruben Bakke
2020-07-22
nrf: Split mpconfigport.h into multiple files.
Glenn Ruben Bakke
2020-07-08
nrf: Enable nrf tick support on all boards by default.
Martin Fischer
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
2020-02-18
nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.
Damien George
2020-02-18
nrf: Remove custom "random" module and use extmod version instead.
Damien George
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-05-22
nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default.
Damien George
2019-03-05
ports: Update to work with new oofatfs version.
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/modules/random: Rename port config for RNG
Glenn Ruben Bakke
2018-07-18
nrf/modules/machine/pin: Add support for IRQ on Pin's
Glenn Ruben Bakke
2018-07-18
nrf: Replace custom-HAL with nrfx-HAL
glennrub
2018-07-18
nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK.
Ayke van Laethem
2018-07-18
nrf/mpconfigport: Reduce GC stack size for nrf51.
Ayke van Laethem
2018-07-18
nrf: Change board module header from board_modules.h to boardmodules.h.
Glenn Ruben Bakke
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: Disable FAT/VFS by default.
Ayke van Laethem
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