micropython/ports
Damien George 93509ac8c7 stm32: Add configuration to build in nanbox mode.
Most stm32 boards can now be built in nan-boxing mode via:

    $ make NANBOX=1

Note that if float is enabled then it will be forced to double-precision.
Also, native emitters will be disabled.
2019-12-27 22:54:53 +11:00
..
bare-arm
cc3200
esp32 py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 2019-12-27 22:54:20 +11:00
esp8266 extmod/webrepl: Move webrepl scripts to common place and use manifest. 2019-12-20 12:59:13 +11:00
javascript
minimal
nrf nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board. 2019-12-09 14:10:24 +11:00
pic16bit
powerpc
qemu-arm qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile. 2019-12-19 17:59:32 +11:00
samd
stm32 stm32: Add configuration to build in nanbox mode. 2019-12-27 22:54:53 +11:00
teensy
unix py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 2019-12-27 22:51:17 +11:00
windows
zephyr