Skip to content

Commit

Permalink
Examples: use latest CMSIS and CMSIS-RTX pack
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Jun 11, 2024
1 parent 4dbae81 commit 5a04598
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .ci/Board/Board.clayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layer:

packs:
- pack: ARM::Cortex_DFP
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-Compiler@>=2.1.0

components:
Expand Down
4 changes: 2 additions & 2 deletions .ci/FileSystem/FileSystem.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-Compiler@>=2.1.0
- pack: ARM::CMSIS-View@>=1.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

add-path:
- ../../Components/USB/Include
Expand Down
4 changes: 2 additions & 2 deletions .ci/Network/Network.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-View@>=1.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

components:
- component: ARM::CMSIS:CORE
Expand Down
4 changes: 2 additions & 2 deletions .ci/USB/Device/USB_Device.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-View@>=1.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

components:
- component: ARM::CMSIS:CORE
Expand Down
4 changes: 2 additions & 2 deletions .ci/USB/Host/USB_Host.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-View@>=1.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

components:
- component: ARM::CMSIS:CORE
Expand Down
4 changes: 2 additions & 2 deletions Examples/FileSystem/File_Demo/File_Demo.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-Compiler@>=2.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: File Demo
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/BSD_Client/BSD_Client.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: BSD Client
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/BSD_Server/BSD_Server.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: BSD Server
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/FTP_Server/FTP_Server.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-Compiler@>=2.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: FTP Server
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/HTTP_Server/HTTP_Server.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: HTTP Server
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/HTTP_Upload/HTTP_Upload.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-Compiler@>=2.1.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: HTTP Upload
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/SMTP_Client/SMTP_Client.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: SMTP Client
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/SNMP_Agent/SNMP_Agent.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: SNMP Agent
Expand Down
4 changes: 2 additions & 2 deletions Examples/Network/Telnet_Server/Telnet_Server.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: Telnet Server
Expand Down
4 changes: 2 additions & 2 deletions Examples/USB/Device/HID/HID.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: USB Device HID
Expand Down
4 changes: 2 additions & 2 deletions Examples/USB/Device/MassStorage/MassStorage.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: USB Device Mass Storage
Expand Down
4 changes: 2 additions & 2 deletions Examples/USB/Device/VirtualCOM/VirtualCOM.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: USB Device Virtual COM
Expand Down
4 changes: 2 additions & 2 deletions Examples/USB/Host/Keyboard/Keyboard.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: USB Device HID
Expand Down
4 changes: 2 additions & 2 deletions Examples/USB/Host/MassStorage/MassStorage.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project:

packs:
- pack: Keil::MDK-Middleware@>=8.0.0-0
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@>=5.8.0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0

connections:
- connect: USB Device HID
Expand Down

0 comments on commit 5a04598

Please sign in to comment.