Skip to content

Commit 361d1c5

Browse files
committed
Fixing minor typos
1 parent a5a3823 commit 361d1c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# Copied this file from core_platform/cmake/toolchain/arm-non-eabi-gcc.cmake And
19+
# Copied this file from core_platform/cmake/toolchain/arm-none-eabi-gcc.cmake And
2020
# modified to align better with cs300 platform. Currently, this cmake only
2121
# supports Arm Cortex m55. Future version may include support for other
2222
# chips, e.g. m33, m85

examples/arm/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ memory_mode=""
3838
et_build_root="${et_root_dir}/arm_test"
3939
ethos_u_scratch_dir=${script_dir}/ethos-u-scratch
4040
scratch_dir_set=false
41-
toolchain=arm-non-eabi-gcc
41+
toolchain=arm-none-eabi-gcc
4242

4343
function help() {
4444
echo "Usage: $(basename $0) [options]"

0 commit comments

Comments
 (0)