STMicroelectronics / STM32_open_pin_data

This repo provides all the information required for the pin and board configuration of products based on STM32 MCU.
BSD 3-Clause "New" or "Revised" License
54 stars 10 forks source link

Add missing <Frequency> element #4

Closed salkinium closed 2 years ago

salkinium commented 2 years ago

This adds all missing <Frequency> elements for all STM32 devices except the MP series (which was missing all tags, so I don't know what frequency they run at).

You can check for missing elements via ack:

 $ cd mcu
 $ ack "<Frequency>" -L -n | sort
STM32F303K(6-8)Ux.xml
STM32F401C(B-C)Yx.xml
STM32G473V(B-C-E)Ix.xml
STM32G483VEIx.xml
STM32G484VEIx.xml
STM32L021F4Px.xml
STM32L021K4Ux.xml
STM32L071V(B-Z)Ix.xml
STM32L071V8Ix.xml
STM32L073V8Ix.xml
STM32L083V8Ix.xml
# ignoring STM32MP*
STM32U575OGYxQ.xml
STM32U585QEIxQ.xml
STM32U585ZETxQ.xml
STM32WB30CEUxA.xml
STM32WB35C(C-E)UxA.xml
ST-dot-com commented 2 years ago

This pull request has been refused, the Contribution License Agreement must be signed.