Skip to content

Commit

Permalink
Changes for CMSIS-Compiler v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KeilChris committed Nov 20, 2023
1 parent 003dc56 commit 399b0c8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The ARM.CMSIS.5.x.x pack has been broken up into three different packs that need
The Kei.ARM_Compiler pack has been deprecated and its content has diverged into two packs that need to be installed for a 1:1 replacement:

- [ARM.CMSIS-View.1.0.0.pack](https://www.keil.com/pack/ARM.CMSIS-View.1.0.0.pack)
- [ARM.CMSIS_Compiler.1.0.0.pack](https://www.keil.com/pack/ARM.CMSIS_Compiler.1.0.0.pack)
- [ARM.CMSIS_Compiler.2.0.0.pack](https://www.keil.com/pack/ARM.CMSIS_Compiler.2.0.0.pack)

{{% notice %}}
The pack versions are minimum versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,28 @@ As the components from the Keil.ARM_Compiler pack do not have 1:1 replacements,
![Event Recorder migration](./EventRecorder_migration.png)
1. Compiler:I/O migration

Deselect any component of `Compiler:I/O` and select the corresponding `CMSIS-View:I/O` component:
Deselect any component of `Compiler:I/O` and select the corresponding `CMSIS-Compiler` component:

![I/O migration](./IO_migration.png)

This table helps you to identify the correct components:

| Compiler:I/O: | CMSIS-Compiler: |
|-------------------|----------------------------|
| STDERR@Breakpoint | STDERR (API):Breakpoint |
| STDERR@ITM | STDERR (API):ITM |
| STDERR@User | STDERR (API):Custom |
| STDIN@Breakpoint | STDIN (API):Breakpoint |
| STDIN@ITM | STDIN (API):ITM |
| STDIN@User | STDIN (API):Custom |
| STDOUT@Breakpoint | STDOUT (API):Breakpoint |
| STDOUT@EVR | STDOUT (API):EventRecorder |
| STDOUT@ITM | STDOUT (API):ITM |
| STDOUT@User | STDOUT (API):Custom |
| TTY@Breakpoint | TTY (API):Breakpoint |
| TTY@ITM | TTY (API):ITM |
| TTY@User | TTY (API):Custom |

{{% notice Note %}}
All CMSIS-Compiler components require CMSIS-Compiler:Core to be present.
{{% /notice %}}

0 comments on commit 399b0c8

Please sign in to comment.