micropython/ports
iabdalkader 4a2e510a87 ports: Add LED pin aliases for all Arduino boards.
The standard Arduino pinout uses LEDR/G/B and LED_BUILTIN (if available).
This patch adds aliases to match the standard pinout, while retaining
LED_RED/GREEN/BLUE for compatibility with existing scripts and examples.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-01-26 14:11:42 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
embed embed: Fix alloca include for FreeBSD and NetBSD. 2024-01-05 01:03:25 -06:00
esp32 ports: Add LED pin aliases for all Arduino boards. 2024-01-26 14:11:42 +11:00
esp8266 ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
mimxrt mimxrt/modmachine: Fix deepsleep wakeup pin ifdef. 2024-01-26 13:59:41 +11:00
minimal ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
nrf py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
pic16bit py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm ports: Switch build to use common lib/libm list of source files. 2023-12-08 15:42:41 +11:00
renesas-ra ports: Add LED pin aliases for all Arduino boards. 2024-01-26 14:11:42 +11:00
rp2 ports: Add LED pin aliases for all Arduino boards. 2024-01-26 14:11:42 +11:00
samd py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
stm32 ports: Add LED pin aliases for all Arduino boards. 2024-01-26 14:11:42 +11:00
unix py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
webassembly ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
windows windows/windows_mphal: Fix mp_hal_delay_ms() so it runs events. 2024-01-05 15:56:34 +11:00
zephyr ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00