stm32loader icon indicating copy to clipboard operation
stm32loader copied to clipboard

[Request] Please test the 'device-table' branch against your devices!

Open florisla opened this issue 1 year ago • 3 comments

Hi all,

This partial rewrite of stm32loader allows usage without supplying the --family argument.

Since this is a fairly impactfull change, I hesitate to release it without proper testing on at least some device families.

So please run this 'experimental' stm32loader on your device and report back with success or errors.

The branch: https://github.com/florisla/stm32loader/tree/feat/device-table

To install:

pip install git+https://github.com/florisla/stm32loader.git@feat/device-table

florisla avatar Jan 24 '24 08:01 florisla

The branch doesn't work yet, because stm32.detect_device() is called only in the test but not in main and self.device never gets set. I fixed it in my PR but forgot mentioning it.

dbeinder avatar Jan 24 '24 08:01 dbeinder

OK, I merged it now.

For the records: #74 Tested BlueNRG .

florisla avatar Jan 24 '24 09:01 florisla

#75 tested STM32C0.

florisla avatar Feb 19 '24 15:02 florisla