circuitpython/ports
Andrew Leech cf22f4793c py: Allow registration of modules at their definition.
During make, makemoduledefs.py parses the current builds c files for
MP_REGISTER_MODULE(module_name, obj_module, enabled_define)

These are used to generate a header with the required entries for
"mp_rom_map_elem_t mp_builtin_module_table[]" in py/objmodule.c
2019-03-08 22:46:43 +11:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
esp32 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
esp8266 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
minimal minimal/frozentest: Recompile now that mpy format and version changed. 2019-03-08 15:53:05 +11:00
nrf ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
pic16bit all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
stm32 stm32: Allow to build with threading with the GIL disabled. 2019-03-08 22:29:54 +11:00
teensy all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
unix unix/Makefile: Update coverage tests to match those in Travis. 2019-03-08 16:51:09 +11:00
windows py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
zephyr ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00