Skip to content

Commit

Permalink
Update toolchain version to 12.3.rel1 (#281)
Browse files Browse the repository at this point in the history
Updates the Arm GNU Toolchain to version 12.3.rel1.

Closes #280
  • Loading branch information
marbre authored Aug 31, 2023
1 parent 9addad7 commit e232790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

env:
TOOLCHAIN: arm-none-eabi
TOOLCHAIN_VERSION: 12.2.rel1
TOOLCHAIN_VERSION: 12.3.rel1
RENODE: renode
RENODE_VERSION: 1.13.3
VENV_IREE: venv-iree
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mkdir build
cd build

# Set the path to the GNU Arm Embedded Toolchain, e.g.
# export PATH_TO_ARM_TOOLCHAIN="/usr/local/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi"
# export PATH_TO_ARM_TOOLCHAIN="/usr/local/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi"

# To build with CMSIS
# export CUSTOM_ARM_LINKER_FLAGS=""
Expand Down
2 changes: 1 addition & 1 deletion build_tools/configure_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

# Set the path to the GNU Arm Embedded Toolchain
if [ -z ${PATH_TO_ARM_TOOLCHAIN+x} ]; then
export PATH_TO_ARM_TOOLCHAIN="/usr/local/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi"
export PATH_TO_ARM_TOOLCHAIN="/usr/local/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi"
fi

# Set linker flags
Expand Down

0 comments on commit e232790

Please sign in to comment.