mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-rp2040
This commit is contained in:
@@ -36,10 +36,10 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
NEOPIXELS = GPIO12
|
||||
WS2812 = GPIO12
|
||||
NEOPIXELS_POWER = GPIO11
|
||||
LED = GPIO20
|
||||
NEOPIXEL = GPIO12
|
||||
WS2812 = GPIO12
|
||||
NEOPIXEL_POWER = GPIO11
|
||||
LED = GPIO20
|
||||
)
|
||||
|
||||
// I2C Pins.
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"linkerscript": "targets/qtpy-rp2040.ld",
|
||||
"extra-files": [
|
||||
"targets/qtpy-rp2040-boot-stage2.S"
|
||||
]
|
||||
],
|
||||
"default-stack-size": 4096
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user