micropython/ports
Damien George 781947afdc stm32/mpconfigport.h: Remove malloc/free/realloc helper macros.
These macros are unused, and they can conflict with other entities by the
same name.  If needed they can be provided as static inline functions, or
just functions.

Fixes issue #4559.
2019-03-26 18:42:19 +11:00
..
bare-arm
cc3200
esp32 esp32/machine_pin: Rework pull mode config to fix GPIO hold feature. 2019-03-26 15:21:23 +11:00
esp8266 ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code. 2019-03-14 12:22:49 +11:00
javascript javascript: Fix Emscripten async load, and to compile with modern clang. 2019-03-13 23:52:15 +11:00
minimal minimal/frozentest: Recompile now that mpy format and version changed. 2019-03-08 15:53:05 +11:00
nrf nrf/readme: Add section about LTO. 2019-03-19 16:59:18 +01:00
pic16bit
qemu-arm
stm32 stm32/mpconfigport.h: Remove malloc/free/realloc helper macros. 2019-03-26 18:42:19 +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 zephyr/i2c: Add support for hardware i2c. 2019-03-26 16:16:26 +11:00