micropython/ports
Jim Mussared c9c55032dc minimal/Makefile: Don't force a 32-bit build.
Word-size specific configuration is now done automatically, so it no longer
requires this to match the ARM configuration.

Also it's less common to have 32-bit compilation support installed, so this
will make it work "out of the box" for more people.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-11-04 15:59:20 +11:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
esp32 ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
esp8266 ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
javascript javascript/Makefile: Change variable to EXPORTED_RUNTIME_METHODS. 2021-09-01 00:42:40 +10:00
mimxrt ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
minimal minimal/Makefile: Don't force a 32-bit build. 2021-11-04 15:59:20 +11:00
nrf ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
pic16bit all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
powerpc all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
qemu-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
rp2 rp2: Enable optimisations (comp goto, map cache, fast attr). 2021-11-01 15:25:45 +11:00
samd ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
stm32 py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels. 2021-11-01 15:18:22 +11:00
teensy all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
unix unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 2021-10-19 22:48:10 +11:00
windows all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 2021-09-16 16:04:03 +10:00
zephyr extmod/modbluetooth: Add connection interval to gap_connect. 2021-10-26 00:16:53 +11:00