micropython/ports
Jim Mussared bd2fff6687 unix: Add build variants, analogous to boards on bare-metal.
Invoking "make" will still build the standard "micropython" executable, but
other variants are now build using, eg, "make VARIANT=minimal".  This
follows how bare-metal ports specify a particular board, and allows running
any make target (eg clean, test) with any variant.

Convenience targets (eg "make coverage") are provided to retain the old
behaviour, at least for now.

See issue #3043.
2020-01-12 10:34:23 +11:00
..
bare-arm
cc3200
esp32
esp8266
javascript
minimal
nrf
pic16bit
powerpc
qemu-arm
samd
stm32
teensy
unix unix: Add build variants, analogous to boards on bare-metal. 2020-01-12 10:34:23 +11:00
windows
zephyr