micropython/ports
Damien George d9e69681f5 stm32: Add custom, optimised Reset_Handler code.
The Reset_Handler needs to copy the data section and zero the BSS, and
these operations should be as optimised as possible to reduce start up
time.  The versions provided in this patch are about 2x faster (on a Cortex
M4) than the previous implementations.
2018-03-29 15:29:23 +11:00
..
bare-arm
cc3200
esp32 esp32/machine_uart: Return None from UART read if no data is available. 2018-03-14 13:18:43 +11:00
esp8266 esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high. 2018-03-12 12:45:09 +11:00
minimal
pic16bit
qemu-arm
stm32 stm32: Add custom, optimised Reset_Handler code. 2018-03-29 15:29:23 +11:00
teensy
unix
windows
zephyr