Skip to content

Commit 7de5c01

Browse files
committed
make pack generation work again
1 parent c3472d4 commit 7de5c01

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

ARM.CMSIS.pdsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
<api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1">
428428
<description>Device interrupt controller interface</description>
429429
<files>
430-
<file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/>
430+
<file category="header" name="CMSIS/Core/Include/irq_ctrl.h"/>
431431
</files>
432432
</api>
433433
<api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1">

CMSIS/CoreValidation/Project/avh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ backend:
77
upload:
88
- ARM.CMSIS.pdsc
99
- CMSIS/Core/**/*
10-
- CMSIS/Core_M/**/*
11-
- CMSIS/Core_A/**/*
1210
- CMSIS/CoreValidation/**/*
1311
- -:CMSIS/CoreValidation/Project/Core_Validation-*.zip
1412
- -:CMSIS/CoreValidation/Project/Core_Validation-*.junit

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ For a list of all CMSIS components refer to [**Introduction - CMSIS Components**
3131

3232
Directory | Content
3333
:------------------- |:---------------------------------------------------------
34-
CMSIS/Core | CMSIS-Core(M) related files (for release)
35-
CMSIS/Core_A | CMSIS-Core(A) related files (for release)
34+
CMSIS/Core | CMSIS-Core(A/R/M) related files (for release)
3635
CMSIS/CoreValidation | Validation for Core(M) and Core(A) (NOT part of release)
3736
CMSIS/Driver | CMSIS-Driver API headers and template files
3837
CMSIS/RTOS2 | RTOS v2 related files (for Cortex-M & Armv8-M)

gen_pack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ DEFAULT_ARGS=(-c "v")
3030
#
3131
PACK_DIRS="
3232
CMSIS/Core
33-
CMSIS/Core_A
3433
CMSIS/Documentation
3534
CMSIS/Driver
3635
CMSIS/RTOS2

0 commit comments

Comments
 (0)