Skip to content

Commit

Permalink
Rename pack to Cortex_DFP
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Oct 19, 2023
1 parent ef98afd commit f6802e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ARM.CMSIS_DFP.pdsc → ARM.Cortex_DFP.pdsc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.7/schema/PACK.xsd">
<name>CMSIS_DFP</name>
<description>CMSIS Pseudo Device Family Pack</description>
<name>Cortex_DFP</name>
<description>ARM Cortex Pseudo Device Family Pack</description>
<vendor>ARM</vendor>
<license>LICENSE</license>
<url>https://www.keil.com/pack/</url>
Expand Down
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.8.4"
REQUIRED_GEN_PACK_LIB="0.8.7"

# Set default command line arguments
DEFAULT_ARGS=(-c "v")
Expand Down

0 comments on commit f6802e4

Please sign in to comment.