ARM-software / CMSIS_6

CMSIS version 6 (successor of CMSIS_5)
https://arm-software.github.io/CMSIS_6/
Apache License 2.0
194 stars 64 forks source link

Guard include of RTE_Components.h with presence of _RTE_ #206

Open JonatanAntoni opened 4 days ago

JonatanAntoni commented 4 days ago

Fixes ARM-software/CMSIS_6#205, ARM-software/CMSIS_6#200

github-actions[bot] commented 4 days ago

Test Results

   240 files   -   132     240 suites   - 132   0s ⏱️ - 8m 51s     56 tests +    7      54 ✅ + 11      2 💤  -     3  0 ❌  -   1  12 948 runs   - 5 280  10 860 ✅  - 996  2 088 💤  - 4 176  0 ❌  - 108 

Results for commit c44f7748. ± Comparison against base commit 783317a3.

This pull request removes 49 and adds 56 tests. Note that renamed tests count towards both. ``` CMSIS-Core.src ‑ apsr.c CMSIS-Core.src ‑ basepri.c CMSIS-Core.src ‑ bkpt.c CMSIS-Core.src ‑ clrex.c CMSIS-Core.src ‑ clz.c CMSIS-Core.src ‑ control.c CMSIS-Core.src ‑ cp15.c CMSIS-Core.src ‑ cpsr.c CMSIS-Core.src ‑ dmb.c CMSIS-Core.src ‑ dsb.c … ``` ``` TC_CML1Cache_CleanDCacheByAddrWhileDisabled TC_CML1Cache_EnDisableDCache TC_CML1Cache_EnDisableICache TC_CoreFunc_APSR TC_CoreFunc_BASEPRI TC_CoreFunc_Control TC_CoreFunc_EnDisIRQ TC_CoreFunc_EncDecIRQPrio TC_CoreFunc_FAULTMASK TC_CoreFunc_FPSCR … ```
This pull request removes 5 skipped tests and adds 2 skipped tests. Note that renamed tests count towards both. ``` CMSIS-Core.src ‑ lda.c CMSIS-Core.src ‑ ldaex.c CMSIS-Core.src ‑ stl.c CMSIS-Core.src ‑ stlex.c CMSIS-Core.src ‑ systick.c ``` ``` TC_CoreInstr_WFE TC_CoreInstr_WFI ```

:recycle: This comment has been updated with latest results.