Skip to content

Commit

Permalink
Update README.md in root and Project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Nov 6, 2023
1 parent 0395939 commit 4c8836e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
12 changes: 7 additions & 5 deletions Project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Independent project can be generated for specific RTOS, DEVICE and COMPILER. Pos
|----------|----------|----------|
| FreeRTOS | CM0plus | AC6 |
| RTX5 | CM3 | GCC |
| | CM4_FP | |
| | CM4_FP | CLANG |
| | CM7_DP | |
| | CM7_SP | |
| | CM23 | |
Expand All @@ -20,13 +20,14 @@ Input file for cbuild is Validation.csolution.yml

## Unsupported contexts
The below table lists contexts that are currently not available:
| Context | Toolchain | Reason |
|----------|-----------|----------------------------------------------|
| +CM55 | GCC | Device:Startup component has no GCC support |
| Context | Toolchain | Reason |
|----------------|-----------|----------------------------------------------------|
| +CM55 | GCC/CLANG | Device:Startup component has no GCC/CLANG support |
| +CM85 | CLANG | Device:Definition component has no CLANG support |

## Prerequisites

- [CMSIS-Toolbox 2.0.0](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases)
- [CMSIS-Toolbox 2.1.0](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases)
- Arm Virtual Hardware executables installed with installation path added to the system environment path
- Python or Keil MDK Professional

Expand Down Expand Up @@ -100,6 +101,7 @@ Please see a table below for a possible {VHT_MODEL} variable value when a projec
| VHT_MPS3_Corstone_SEE-300 | CM55 |
| VHT_Corstone_SSE-310 | CM85 |


## Debug the Project using Keil MDK-Professional:
All projects can be opened and debugged using Keil MDK-Professional no matter whether the project was build using Python script or manually with cbuild.
After the project was successfully built, follow the steps below:
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ This repository contains a test suite that validates CMSIS-RTOS2 implementations

Currently, the following tests are executed in the [CMSIS_RV2](./.github/workflows/cmsis_rv2.yml) workflow:

| RTOS | Device | Compiler |
|----------|---------------------|----------|
| FreeRTOS | CMSDK_CM0plus_VHT | AC6, GCC |
| FreeRTOS | CMSDK_CM3_VHT | AC6, GCC |
| FreeRTOS | CMSDK_CM4_FP_VHT | AC6, GCC |
| FreeRTOS | CMSDK_CM7_DP_VHT | AC6, GCC |
| FreeRTOS | CMSDK_CM7_SP_VHT | AC6, GCC |
| FreeRTOS | IOTKit_CM23_VHT | AC6, GCC |
| FreeRTOS | IOTKit_CM33_FP_VHT | AC6, GCC |
| FreeRTOS | SSE-300-MPS3 | AC6 |
| RTX5 | CMSDK_CM0plus_VHT | AC6, GCC |
| RTX5 | CMSDK_CM3_VHT | AC6, GCC |
| RTX5 | CMSDK_CM4_FP_VHT | AC6, GCC |
| RTX5 | CMSDK_CM7_DP_VHT | AC6, GCC |
| RTX5 | CMSDK_CM7_SP_VHT | AC6, GCC |
| RTX5 | IOTKit_CM23_VHT | AC6, GCC |
| RTX5 | IOTKit_CM33_FP_VHT | AC6, GCC |
| RTX5 | SSE-300-MPS3 | AC6 |
| RTX5 | SEE-310-MPS3 | AC6, GCC |
| RTOS | Device | Compiler |
|----------|---------------------|-----------------|
| FreeRTOS | CMSDK_CM0plus_VHT | AC6, GCC, CLANG |
| FreeRTOS | CMSDK_CM3_VHT | AC6, GCC, CLANG |
| FreeRTOS | CMSDK_CM4_FP_VHT | AC6, GCC, CLANG |
| FreeRTOS | CMSDK_CM7_DP_VHT | AC6, GCC, CLANG |
| FreeRTOS | CMSDK_CM7_SP_VHT | AC6, GCC, CLANG |
| FreeRTOS | IOTKit_CM23_VHT | AC6, GCC, CLANG |
| FreeRTOS | IOTKit_CM33_FP_VHT | AC6, GCC, CLANG |
| FreeRTOS | SSE-300-MPS3 | AC6 |
| RTX5 | CMSDK_CM0plus_VHT | AC6, GCC, CLANG |
| RTX5 | CMSDK_CM3_VHT | AC6, GCC, CLANG |
| RTX5 | CMSDK_CM4_FP_VHT | AC6, GCC, CLANG |
| RTX5 | CMSDK_CM7_DP_VHT | AC6, GCC, CLANG |
| RTX5 | CMSDK_CM7_SP_VHT | AC6, GCC, CLANG |
| RTX5 | IOTKit_CM23_VHT | AC6, GCC, CLANG |
| RTX5 | IOTKit_CM33_FP_VHT | AC6, GCC, CLANG |
| RTX5 | SSE-300-MPS3 | AC6 |
| RTX5 | SEE-310-MPS3 | AC6, GCC |

## License

Expand Down

0 comments on commit 4c8836e

Please sign in to comment.