Skip to content

Commit

Permalink
Updated PDSC:
Browse files Browse the repository at this point in the history
- corrected datasheet links
- corrected device name
  • Loading branch information
GuentherMartin committed Jul 16, 2024
1 parent bf506f3 commit 60fb67b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Keil.STM32C0xx_DFP.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</licenseSets>

<releases>
<release version="2.0.0-dev0" date="2024-07-01">
<release version="2.0.0-dev">
Updated for new CMSIS-Toolbox CubeMX integration
Removed CMSIS Drivers
Removed STM32CubeMX_FW_C0
Expand Down Expand Up @@ -123,7 +123,7 @@ The devices incorporate a memory protection unit (MPU), high-speed embedded memo
<compile define="STM32C011xx"/>

<book name="https://www.st.com/resource/en/reference_manual/rm0490-stm32c0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf" title="STM32C0x1 Reference Manual"/>
<book name="https://www.st.com/resource/en/errata_sheet/es0569-stm32c011x4x6-device-errata-stmicroelectronics.pdf" title="STM32C011x4/x6 Datasheet"/>
<book name="https://www.st.com/resource/en/datasheet/stm32c011d6.pdf" title="STM32C011x4/x6 Datasheet"/>

<debugvars configfile="CMSIS/Debug/STM32C0x1.dbgconf" version="1.0.0">
// Debug Access Variables, can be modified by user via copies of DBGCONF files as created by uVision. Also see sub-family level.
Expand Down Expand Up @@ -199,7 +199,7 @@ The devices incorporate a memory protection unit (MPU), high-speed embedded memo
<compile define="STM32C031xx"/>

<book name="https://www.st.com/resource/en/reference_manual/rm0490-stm32c0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf" title="STM32C0x1 Reference Manual"/>
<book name="https://www.st.com/resource/en/errata_sheet/es0568-stm32c031x4x6-device-errata-stmicroelectronics.pdf" title="STM32C031x4/x6 Datasheet"/>
<book name="https://www.st.com/resource/en/datasheet/stm32c031c4.pdf" title="STM32C031x4/x6 Datasheet"/>

<debugvars configfile="CMSIS/Debug/STM32C0x1.dbgconf" version="1.0.0">
// Debug Access Variables, can be modified by user via copies of DBGCONF files as created by uVision. Also see sub-family level.
Expand Down Expand Up @@ -378,8 +378,8 @@ The devices incorporate a memory protection unit (MPU), high-speed embedded memo
<feature type="SOP" n="20"/>
</device>

<!-- ************************* Device 'STM32C071FBYxT' ***************************** -->
<device Dname="STM32C071FBYxT">
<!-- ************************* Device 'STM32C071FBYx' ***************************** -->
<device Dname="STM32C071FBYx">
<memory name="Flash" access="rx" start="0x08000000" size="0x00020000" default="1" startup="1" />
<memory name="SRAM" access="rwx" start="0x20000000" size="0x00006000" default="1" init="0" />
<algorithm name="CMSIS/Flash/STM32C0x_128.FLM" start="0x08000000" size="0x00020000" default="1" />
Expand Down Expand Up @@ -562,7 +562,7 @@ The devices incorporate a memory protection unit (MPU), high-speed embedded memo
<algorithm name="CMSIS/Flash/STM32C0x_64.FLM" start="0x08000000" size="0x00010000" default="1" />
<feature type="SOP" n="20"/>
</device>
</subFamily>
</subFamily>

</family>
</devices>
Expand Down
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -o pipefail
REQUIRED_GEN_PACK_LIB="0.10.0"

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

# Pack warehouse directory - destination
# Default: ./output
Expand Down

0 comments on commit 60fb67b

Please sign in to comment.