micropython/ports
Damien George 911662cc10 esp8266/machine_spi: Rename machine_hspi to machine_spi.
This renames the type, functions and file to match other ports.

Signed-off-by: Damien George <damien@micropython.org>
2023-11-30 15:58:56 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200
embed
esp32 esp32/esp32_rmt: Fix RMT looping. 2023-11-23 12:21:28 +11:00
esp8266 esp8266/machine_spi: Rename machine_hspi to machine_spi. 2023-11-30 15:58:56 +11:00
mimxrt mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment. 2023-11-09 13:41:44 +11:00
minimal
nrf
pic16bit
powerpc
qemu-arm tools/tinytest-codegen.py: Externalise tests list. 2023-11-07 15:53:27 +11:00
renesas-ra shared/runtime/softtimer: Generalise soft_timer to work without SysTick. 2023-11-29 16:17:12 +11:00
rp2 rp2/cyw43_configport: Implement cyw43_delay_ms as mp_hal_delay_ms. 2023-11-29 16:25:28 +11:00
samd shared/runtime/softtimer: Generalise soft_timer to work without SysTick. 2023-11-29 16:17:12 +11:00
stm32 stm32: Add missing header include for debug builds. 2023-11-28 23:32:52 +11:00
unix py/misc: Change sizeof to offsetof for variable-length alloc. 2023-11-03 16:03:18 +11:00
webassembly
windows windows: Use the MicroPython logo as application icon. 2023-11-07 17:22:52 +11:00
zephyr