micropython/ports
Damien George 7856a416bd stm32/main: Rename main to stm32_main and pass through first argument.
The main() function has a predefined type in C which is not so useful for
embedded contexts.  This patch renames main() to stm32_main() so we can
define our own type signature for this function.  The type signature is
defined to have a single argument which is the "reset_mode" and is passed
through as r0 from Reset_Handler.  This allows, for example, a bootloader
to pass through information into the main application.
2018-03-29 16:15:57 +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/main: Rename main to stm32_main and pass through first argument. 2018-03-29 16:15:57 +11:00
teensy
unix unix/coverage: Allow coverage tests to pass with debugging disabled. 2018-03-08 12:49:31 +11:00
windows
zephyr