aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_thingplus_rp2040.go
AgeCommit message (Collapse)Author
2024-04-24machine/thingplus_rp2040, machine/waveshare-rp2040-zero:add WS2812 definitionsago35
2024-04-04rp2040: move UART0 and UART1 to common fileAyke van Laethem
This is makes it easier to use these in simulation, plus it avoids duplication. The only downside I see is that more UARTs get defined than a board supports, but no existing code should break (no UARTs get renamed for example).
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-07-15machine: reorder pin definitions to improve pin list on tinygo.orgAyke van Laethem
2022-07-08boards: add Challenger RP2040 LoRaKenneth Bell
2022-07-04rp2040: add usb settingssago35
2022-04-26machine/thingplus: rename to the singular thing as that it the correct namedeadprogram
Signed-off-by: deadprogram <[email protected]>