We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e791024 commit 5b63e2aCopy full SHA for 5b63e2a
2 files changed
bsp/stm32/stm32f407-rt-spark/board/board.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2023, RT-Thread Development Team
+ * Copyright (c) 2025, RT-Thread Development Team
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
bsp/stm32/stm32f407-rt-spark/rtconfig.py
@@ -133,7 +133,6 @@
133
POST_ACTION = 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
134
135
elif PLATFORM == 'iccarm':
136
- # toolchains
137
CC = 'iccarm'
138
CXX = 'iccarm'
139
AS = 'iasmarm'
0 commit comments