micropython/ports
Tim Gates f736afb577 drivers,ports: Fix a few typos in comments.
Fixes:
- Should read `definitions` rather than `defintions`.
- Should read `resolution` rather than `resoultion`.
- Should read `inefficient` rather than `inefficent`.
- Should read `closed` rather than `closded`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-23 23:24:24 +10:00
..
bare-arm
cc3200 cc3200: Fix various array-based compiler warnings. 2022-07-21 16:26:04 +10:00
esp32 esp32/mpconfigport: Enable BLE synchronous events and pairing/bonding. 2022-07-22 17:41:21 +10:00
esp8266 esp8266: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:34 +10:00
javascript shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:48:49 +10:00
mimxrt drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
minimal shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
nrf nrf/main: Call usb_cdc_init() before executing boot.py and main.py. 2022-07-20 17:17:17 +10:00
pic16bit pic16bit/pic16bit_mphal: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:34 +10:00
powerpc shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
qemu-arm extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2022-06-21 00:14:34 +10:00
renesas-ra renesas-ra/softtimer: Switch to use softtimer code from shared/runtime. 2022-07-19 13:46:28 +10:00
rp2 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2022-07-21 16:21:50 +10:00
samd shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:48:49 +10:00
stm32 drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
teensy drivers,ports: Fix a few typos in comments. 2022-07-23 23:24:24 +10:00
unix unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build. 2022-07-23 00:43:08 +10:00
windows windows/msvc: Support compressed ROM text for error messages. 2022-07-18 23:25:38 +10:00
zephyr zephyr: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:35 +10:00