micropython/ports
Damien George 37494b8c8a stm32/mboot: Allow mboot to be placed at any location in flash.
A board can now define MBOOT_TEXT0_ADDR to place mboot at a location other
than 0x08000000.  This can be useful if, for example, there is already a
different bootloader on the device.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-30 00:42:59 +10:00
..
bare-arm bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size. 2021-04-27 23:52:40 +10:00
cc3200 tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00
esp32 esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
esp8266
javascript tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00
mimxrt mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options. 2021-04-14 12:55:53 +10:00
minimal
nrf
pic16bit pic16bit/Makefile: Make the XC compiler version user-configurable. 2021-04-28 00:18:04 +10:00
powerpc
qemu-arm tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00
rp2 rp2/rp2_pio: Add fifo_join support for PIO. 2021-04-17 00:45:38 +10:00
samd
stm32 stm32/mboot: Allow mboot to be placed at any location in flash. 2021-04-30 00:42:59 +10:00
teensy stm32,teensy: Correct typos in project README files. 2021-04-28 00:29:18 +10:00
unix unix/main: Make static variable that's potentially clobbered by longjmp. 2021-04-14 10:45:26 +10:00
windows windows/mpconfigport.h: Enable features also present in unix port. 2021-04-23 23:15:10 +10:00
zephyr py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. 2021-04-09 13:08:35 +10:00