micropython/ports/nrf/modules
Damien George fbd47fc46c ports: Consolidate inclusion of umachine module in built-ins.
The inclusion of `umachine` in the list of built-in modules is now done
centrally in py/objmodule.c.  Enabling MICROPY_PY_MACHINE will include this
module.

As part of this, all ports now have `umachine` as the core module name
(previously some had only `machine` as the name).

Signed-off-by: Damien George <damien@micropython.org>
2022-02-03 10:08:54 +11:00
..
ble nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
board all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
machine ports: Consolidate inclusion of umachine module in built-ins. 2022-02-03 10:08:54 +11:00
music py/mpstate: Make exceptions thread-local. 2021-06-19 09:43:44 +10:00
nrf nrf/modules/nrf: Add function to enable/disable DCDC. 2021-08-09 14:55:59 +10:00
scripts nrf/modules/scripts: Add file system formatting script. 2021-08-08 23:17:55 +10:00
ubluepy all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
uos nrf/modules/uos: Add ilistdir to uos module. 2021-08-08 23:17:55 +10:00
utime nrf: Add support for time.ticks_xxx functions using RTC1. 2020-07-08 23:47:02 +10:00
manifest.py nrf/Makefile: Set default manifest file for all targets. 2021-08-08 23:17:55 +10:00