We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f7781 commit 0830d9fCopy full SHA for 0830d9f
CI/utils/gen_wrapper.sh
@@ -81,6 +81,7 @@ print_CMSIS_Startup_list() {
81
# File name
82
f=$(echo "$fp" | awk -F/ '{print $NF}')
83
upper=$(echo "$f" | awk -F'[_.]' '{print toupper($2)}' | tr X x)
84
+ upper="${upper//MP15xx/MP1xx}"
85
echo "#elif defined($upper)
86
#define CMSIS_STARTUP_FILE \"$f\"" >> $CMSIS_Startupfile
87
done
0 commit comments