mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
888d957f60
* machine: add support for BTT SKR Pico Adds support for the BigTreeTech SKR Pico 3D-printer mainboard. This board uses the RP2040. * Fix build tag * Add I2C defaults * Run UART test instead of blinky1 * Use NoPin for I2C and SPI on BTT SKR Pico * Cleanup comments * Don't use ADC pin names
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"build-tags": ["btt_skr_pico"],
|
|
"serial-port": ["2e8a:000A"],
|
|
"ldflags": [
|
|
"--defsym=__flash_size=16M"
|
|
],
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|