File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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+ }
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments