File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ darwin_arm64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/g
10
10
darwin_x64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-darwin-x86_64-arm-none-eabi.tar.xz
11
11
linux_x64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz
12
12
linux_arm64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-aarch64-arm-none-eabi.tar.xz
13
- [RISCV_RPI_2_0_0_1 ]
14
- win32_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-1 /riscv-toolchain-14-x64-win.zip
15
- darwin_arm64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-1 /riscv-toolchain-14-arm64-mac.zip
16
- darwin_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-1 /riscv-toolchain-14-x64-mac.zip
17
- linux_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-1 /riscv-toolchain-14-x86_64-lin.tar.gz
18
- linux_arm64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-1 /riscv-toolchain-14-aarch64-lin.tar.gz
13
+ [RISCV_RPI_2_0_0_3 ]
14
+ win32_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-3 /riscv-toolchain-14-x64-win.zip
15
+ darwin_arm64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-3 /riscv-toolchain-14-arm64-mac.zip
16
+ darwin_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-3 /riscv-toolchain-14-x64-mac.zip
17
+ linux_x64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-3 /riscv-toolchain-14-x86_64-lin.tar.gz
18
+ linux_arm64 = https://github.com/raspberrypi/pico-sdk-tools/releases/download/v2.0.0-3 /riscv-toolchain-14-aarch64-lin.tar.gz
19
19
[RISCV_13_3]
20
20
win32_x64 = https://buildbot.embecosm.com/job/riscv32-gcc-win64-release/24/artifact/riscv32-embecosm-win64-gcc13.2.0.zip
21
21
darwin_arm64 = https://buildbot.embecosm.com/job/riscv32-gcc-macos-arm64-release/10/artifact/riscv32-embecosm-macos-gcc13.3.0.zip
Original file line number Diff line number Diff line change 33
33
"cmake" : " v3.28.6" ,
34
34
"picotool" : " 2.0.0" ,
35
35
"toolchain" : " 13_2_Rel1" ,
36
- "riscvToolchain" : " RISCV_RPI_2_0_0_1 "
36
+ "riscvToolchain" : " RISCV_RPI_2_0_0_3 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ const TOOLS_RELEASES: { [key: string]: string } = {
61
61
// eslint-disable-next-line @typescript-eslint/naming-convention
62
62
"1.5.1" : "v1.5.1-0" ,
63
63
// eslint-disable-next-line @typescript-eslint/naming-convention
64
- "2.0.0" : "v2.0.0-0 " ,
64
+ "2.0.0" : "v2.0.0-3 " ,
65
65
} ;
66
66
67
67
/// Release tags for picotool
68
68
const PICOTOOL_RELEASES : { [ key : string ] : string } = {
69
69
// eslint-disable-next-line @typescript-eslint/naming-convention
70
- "2.0.0" : "v2.0.0-0 " ,
70
+ "2.0.0" : "v2.0.0-3 " ,
71
71
} ;
72
72
73
73
/// Release tags for openocd
74
74
const OPENOCD_RELEASES : { [ key : string ] : string } = {
75
75
// eslint-disable-next-line @typescript-eslint/naming-convention
76
- "0.12.0+dev" : "v2.0.0-0 " ,
76
+ "0.12.0+dev" : "v2.0.0-3 " ,
77
77
} ;
78
78
79
79
/// Translate nodejs platform names to cmake platform names
You can’t perform that action at this time.
0 commit comments