Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #104 from SergioGasquez/feature/hal-updates
Browse files Browse the repository at this point in the history
Bump hal versions
  • Loading branch information
bjoernQ authored Aug 11, 2023
2 parents a2554fb + 561df5b commit 1729d97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pre-script.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let targets = #{
rust_target: "xtensa-esp32-none-elf",
atomic_emulation: "none",
gcc_target: "xtensa-esp32-elf",
hal_version: "0.13.0",
hal_version: "0.14.0",
wokwi_board: "board-esp32-devkit-v1",
},
esp32c2: #{
Expand All @@ -22,7 +22,7 @@ let targets = #{
rust_target: "riscv32imc-unknown-none-elf",
atomic_emulation: "riscv",
gcc_target: "riscv32-esp-elf",
hal_version: "0.8.0",
hal_version: "0.9.0",
wokwi_board: "",
},
esp32c3: #{
Expand All @@ -35,7 +35,7 @@ let targets = #{
rust_target: "riscv32imc-unknown-none-elf",
atomic_emulation: "riscv",
gcc_target: "riscv32-esp-elf",
hal_version: "0.10.0",
hal_version: "0.11.0",
wokwi_board: "board-esp32-c3-devkitm-1",
},
esp32c6: #{
Expand All @@ -48,7 +48,7 @@ let targets = #{
rust_target: "riscv32imac-unknown-none-elf",
atomic_emulation: "none",
gcc_target: "riscv32-esp-elf",
hal_version: "0.3.0",
hal_version: "0.4.0",
wokwi_board: "board-esp32-c6-devkitc-1",
},
esp32h2: #{
Expand All @@ -61,7 +61,7 @@ let targets = #{
rust_target: "riscv32imac-unknown-none-elf",
atomic_emulation: "none",
gcc_target: "riscv32-esp-elf",
hal_version: "0.1.0",
hal_version: "0.2.0",
wokwi_board: "",
},
esp32s2: #{
Expand All @@ -74,7 +74,7 @@ let targets = #{
rust_target: "xtensa-esp32s2-none-elf",
atomic_emulation: "esp32s2",
gcc_target: "xtensa-esp32s2-elf",
hal_version: "0.10.0",
hal_version: "0.11.0",
wokwi_board: "board-esp32-s2-devkitm-1",
},
esp32s3: #{
Expand All @@ -87,7 +87,7 @@ let targets = #{
rust_target: "xtensa-esp32s3-none-elf",
atomic_emulation: "none",
gcc_target: "xtensa-esp32s3-elf",
hal_version: "0.10.0",
hal_version: "0.11.0",
wokwi_board: "board-esp32-s3-devkitc-1",
},
};
Expand Down

0 comments on commit 1729d97

Please sign in to comment.