micropython/ports
Jim Mussared aa23698119 esp32: Rename GENERIC* boards to ESP32_GENERIC*.
Board names need to be unique across ports, and GENERIC clashes with
the ESP8266 (which will be renamed to ESP8266_GENERIC).

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-23 13:54:37 +10:00
..
bare-arm
cc3200 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
embed
esp32 esp32: Rename GENERIC* boards to ESP32_GENERIC*. 2023-08-23 13:54:37 +10:00
esp8266 ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
mimxrt mimxrt: Fix UART RTS/CTS assignments for the OLIMEX and Adafruit boards. 2023-08-16 10:06:59 +02:00
minimal
nrf nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
pic16bit
powerpc
qemu-arm examples: Mark asm, pio, etc. as noqa: F821 (undefined-name). 2023-08-16 16:12:33 +10:00
renesas-ra ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +10:00
rp2 {esp32,rp2,stm32}/Makefile: Append board variant to BUILD. 2023-08-23 13:54:37 +10:00
samd all: Remove query-variants make target. 2023-08-15 17:37:44 +10:00
stm32 {esp32,rp2,stm32}/Makefile: Append board variant to BUILD. 2023-08-23 13:54:37 +10:00
teensy
unix extmod/modselect: Add optimisation to use system poll when possible. 2023-08-07 12:11:40 +10:00
webassembly webassembly: Replace typeof window check with ENVIRONMENT_IS_NODE flag. 2023-07-13 13:24:35 +10:00
windows extmod/moddeflate: Add deflate module providing the DeflateIO class. 2023-07-21 19:32:40 +10:00
zephyr