Skip to content

Commit 670d812

Browse files
Update toolchain, fix no-exceptions builds
1 parent f41fd9f commit 670d812

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package/package_pico_index.template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,10 @@
536536
"systems": [
537537
{
538538
"host": "x86_64-pc-linux-gnu",
539-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/4.0.0/x86_64-linux-gnu.riscv32-unknown-elf-b1fade8.240923.tar.gz",
540-
"archiveFileName": "x86_64-linux-gnu.riscv32-unknown-elf-b1fade8.240923.tar.gz",
541-
"checksum": "SHA-256:32b360914aa729cd0e19f99b73d670009c679c26e2a2ff607532494184d3f0e5",
542-
"size": "308706281"
539+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/4.0.0/x86_64-linux-gnu.riscv32-unknown-elf-b1fade8.240924.tar.gz",
540+
"archiveFileName": "x86_64-linux-gnu.riscv32-unknown-elf-b1fade8.240924.tar.gz",
541+
"checksum": "SHA-256:d76440208d0fac65971f45a19dafa0d2aabcc4f6ed384be46b63f76e8bc58db9",
542+
"size": "308691422"
543543
}
544544
]
545545
},

tests/build-rp2350-riscv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elif [ "$BUILD_PARITY" = "odd" ]; then
1515
rem=1
1616
fi
1717

18-
export FQBN=pico:rp2040:rpipico2rv:flash=4194304_0,freq=150,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Enabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default
18+
export FQBN=pico:rp2040:rpipico2rv:flash=4194304_0,freq=150,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default
1919
export PICO_BOARD=rp2350
2020

2121
install_arduino nodebug

0 commit comments

Comments
 (0)