embassy-rs / stm32-data

66 stars 94 forks source link

Correct flash size for g03 and g04 #470

Closed phycrax closed 3 months ago

phycrax commented 3 months ago

Incorrect memory sizes tracking issue This PR corrects the flash size for the parts listed below

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Part Number | Flash | RAM -- | -- | -- STM32G030C8 | 64 | 8 STM32G030K8 | 64 | 8 STM32G031C8 | 64 | 8 STM32G031F8 | 64 | 8 STM32G031G8 | 64 | 8 STM32G031K8 | 64 | 8 STM32G031Y8 | 64 | 8 STM32G041C6 | 64 | 8 STM32G041C8 | 64 | 8 STM32G041F6 | 64 | 8 STM32G041F8 | 64 | 8 STM32G041G6 | 64 | 8 STM32G041G8 | 64 | 8 STM32G041K6 | 64 | 8 STM32G041K8 | 64 | 8 STM32G041Y8 | 64 | 8

embassy-ci[bot] commented 3 months ago

diff: https://ci.embassy.dev/jobs/7d1be747ca56/artifacts/diff.html

Dirbaio commented 3 months ago

thank you!