micropython/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
cc3200
esp32
esp8266
minimal
nrf
pic16bit
qemu-arm
stm32 stm32: Allow to build with threading with the GIL disabled. 2019-03-08 22:29:54 +11:00
teensy
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