diff options
author | Isaac Rodman <[email protected]> | 2022-09-06 06:04:29 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-09-09 11:05:12 +0200 |
commit | 7366d5e18538763bd4c76e27b577a0762d7be8c0 (patch) | |
tree | 6d0847ec93e69caff687de80a751e5cd98429a6c /targets/qtpy-rp2040.json | |
parent | 96e3ecd9498592d06d6b627963ddfb6cc8d2aa23 (diff) | |
download | tinygo-7366d5e18538763bd4c76e27b577a0762d7be8c0.tar.gz tinygo-7366d5e18538763bd4c76e27b577a0762d7be8c0.zip |
Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-rp2040
Diffstat (limited to 'targets/qtpy-rp2040.json')
-rw-r--r-- | targets/qtpy-rp2040.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/targets/qtpy-rp2040.json b/targets/qtpy-rp2040.json index 9ed6e7628..e1675ee84 100644 --- a/targets/qtpy-rp2040.json +++ b/targets/qtpy-rp2040.json @@ -7,5 +7,6 @@ "linkerscript": "targets/qtpy-rp2040.ld", "extra-files": [ "targets/qtpy-rp2040-boot-stage2.S" - ] + ], + "default-stack-size": 4096 } |