micropython/ports
Damien George a6009a9e35 stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.
Explicitly writing out the implementation of sys_tick_has_passed makes
these bdev files independent of systick.c and more reusable as a general
component.  It also reduces the code size slightly.

The irq.h header is added to spibdev.c because it uses declarations in that
file (irq.h is usually included implicitly via mphalport.h but not always).
2018-03-27 20:38: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/*bdev.c: Eliminate dependency on sys_tick_has_passed. 2018-03-27 20:38:57 +11:00
teensy
unix
windows
zephyr