Skip to content

Commit 359d39c

Browse files
authored
Examples: Fix CMSIS pack version to 5.9.0 (#43)
1 parent 45caf8b commit 359d39c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/framework/layer/Board/AVH_MPS3_Corstone-300/Board.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ layer:
2323

2424
packs:
2525
- pack: ARM::[email protected]
26-
- pack: ARM::CMSIS
26+
- pack: ARM::CMSIS@5.9.0
2727
- pack: ARM::CMSIS-Driver
2828
- pack: ARM::CMSIS-View
2929

examples/framework/layer/Board/B-U585I-IOT02A/Board.clayer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ layer:
4141
packs:
4242
- pack: Keil::[email protected]
4343
- pack: Keil::[email protected]
44-
- pack: ARM::CMSIS
44+
- pack: ARM::CMSIS@5.9.0
4545
- pack: ARM::CMSIS-View
46-
- pack: ARM::CMSIS-Compiler
46+
- pack: ARM::CMSIS-Compiler@1.0.0
4747

4848
define:
4949
- CMSIS_board_header: "\"B_U585I_IOT02A_DK.h\""

examples/framework/layer/Board/IMXRT1050-EVKB/Board.clayer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ layer:
3838
- pack: NXP::[email protected]
3939
- pack: Keil::[email protected]
4040
- pack: Keil::[email protected]
41-
- pack: ARM::CMSIS
41+
- pack: ARM::CMSIS@5.9.0
4242
- pack: ARM::CMSIS-Driver
43-
- pack: ARM::CMSIS-View@1.0.0
43+
- pack: ARM::CMSIS-View
4444
# - pack: ARM::[email protected]
4545
- pack: Keil::[email protected]
4646

0 commit comments

Comments
 (0)