Skip to content

Commit b8a0f2e

Browse files
committed
Used arm gcc 14.3.1 instead of ms gcc 10.3.1
1 parent 52f7e9b commit b8a0f2e

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"registries": [
3-
{
4-
"kind": "artifact",
5-
"location": "https://aka.ms/vcpkg-ce-default",
6-
"name": "microsoft"
7-
},
83
{
94
"kind": "artifact",
105
"location": "https://artifacts.tools.arm.com/vcpkg-registry",
@@ -15,7 +10,8 @@
1510
"arm:tools/kitware/cmake": "3.31.5",
1611
"arm:tools/ninja-build/ninja": "1.12.0",
1712
"arm:compilers/arm/armclang": "^ 6.24.0",
18-
"arm:tools/open-cmsis-pack/cmsis-toolbox": "2.5.0",
19-
"microsoft:compilers/arm-none-eabi-gcc": "* 10.3.1-2021.10"
13+
"arm:tools/open-cmsis-pack/cmsis-toolbox": "2.9.0",
14+
"arm:tools/arm/mdk-toolbox": "^1.1.0",
15+
"arm:compilers/arm/arm-none-eabi-gcc": "14.3.1"
2016
}
21-
}
17+
}

SampleCode/Template/readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* This is a template project for M251 series MCU. Users could based on this project to create their
3+
* own application without worry about the IAR/Keil project settings.
4+
*
5+
* This template application uses external crystal as HCLK source and configures UART0 to print out
6+
* "Hello World", users may need to do extra system configuration based on their system design.
7+
*/
8+

0 commit comments

Comments
 (0)