Skip to content

Commit

Permalink
make pack generation work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Masmiseim36 committed Jul 12, 2023
1 parent c3472d4 commit 7de5c01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ARM.CMSIS.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
<api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1">
<description>Device interrupt controller interface</description>
<files>
<file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/>
<file category="header" name="CMSIS/Core/Include/irq_ctrl.h"/>
</files>
</api>
<api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1">
Expand Down
2 changes: 0 additions & 2 deletions CMSIS/CoreValidation/Project/avh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ backend:
upload:
- ARM.CMSIS.pdsc
- CMSIS/Core/**/*
- CMSIS/Core_M/**/*
- CMSIS/Core_A/**/*
- CMSIS/CoreValidation/**/*
- -:CMSIS/CoreValidation/Project/Core_Validation-*.zip
- -:CMSIS/CoreValidation/Project/Core_Validation-*.junit
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ For a list of all CMSIS components refer to [**Introduction - CMSIS Components**

Directory | Content
:------------------- |:---------------------------------------------------------
CMSIS/Core | CMSIS-Core(M) related files (for release)
CMSIS/Core_A | CMSIS-Core(A) related files (for release)
CMSIS/Core | CMSIS-Core(A/R/M) related files (for release)
CMSIS/CoreValidation | Validation for Core(M) and Core(A) (NOT part of release)
CMSIS/Driver | CMSIS-Driver API headers and template files
CMSIS/RTOS2 | RTOS v2 related files (for Cortex-M & Armv8-M)
Expand Down
1 change: 0 additions & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ DEFAULT_ARGS=(-c "v")
#
PACK_DIRS="
CMSIS/Core
CMSIS/Core_A
CMSIS/Documentation
CMSIS/Driver
CMSIS/RTOS2
Expand Down

0 comments on commit 7de5c01

Please sign in to comment.