Seeed-Studio / seeed-linux-dtoverlays

Device Tree Overlays for Seeed boards
Other
83 stars 55 forks source link

STM32G030 firmware version #83

Closed matsujirushi closed 11 months ago

matsujirushi commented 11 months ago

Although the release name says "V1.9", the version of STM32G030F6_R2.bin is v1.8. https://github.com/Seeed-Studio/seeed-linux-dtoverlays/releases/tag/2022-05-29-reTerminal-V1.9

$ i2ctransfer -y 1 w1@0x45 0x97 r2
0x01 0x08

Could you please write the firmware version of STM32G030F6_R2.bin in the release description?

Links:

bigbearishappy commented 11 months ago

Thank you for your feedback. It's my mistake to forget update the version number in MCU souce code. I have just fix the version number and update the release file in here. You can download and test it.

matsujirushi commented 11 months ago

Thank you for update. 😊 I will test.

matsujirushi commented 11 months ago

The version number has been updated.

$ i2ctransfer -y 1 w1@0x45 0x97 r2
0x01 0x09

Thank you for your quick support.