aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_xiao-rp2040.go
AgeCommit message (Collapse)Author
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).
2023-02-24Pins D4 & D5 are I2C1. Use pins D2 & D3 for I2C0.John Clark
Signed-off-by: John Clark <[email protected]>
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-11-23xiao-rp2040: add pin definitionssago35
2022-11-21Fix xiao rp2040 pin variable assignmentgoropikari
According to official infomation(https://wiki.seeedstudio.com/XIAO-RP2040/), D9 and D10 are corresponding to GPIO4 and GPIO3, respectively.
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
Go 1.19 started reformatting code in a way that makes it more obvious how it will be rendered on pkg.go.dev. It gets it almost right, but not entirely. Therefore, I had to modify some of the comments so that they are formatted correctly.
2022-07-08boards: add Challenger RP2040 LoRaKenneth Bell
2022-07-06Initial support for XIAO RP2040Daniel Esteban