Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toolchain version to 12.3.rel1 #281

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading