pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
27 stars 34 forks source link

Add a few CMSIS-Pack updates #206

Closed mbrossard closed 1 year ago

mbrossard commented 1 year ago

Intended to fix #203 (@Tiwalun: can you confirm?) Adds other cores not added by #204

Tiwalun commented 1 year ago

Looks good, thanks for adding this!

Do you know if the "CMSIS" style of flash algorithms is described anywhere?

mbrossard commented 1 year ago

Looks good, thanks for adding this!

You are welcome. I did this one quickly and I will soon push out a patch release, but I think I need to go over all the updates, and that might warrant a larger bump in version.

Do you know if the "CMSIS" style of flash algorithms is described anywhere?

My read from the specifications is that it might now be finalized yet.

flit commented 1 year ago

My read from the specifications is that it might now be finalized yet.

I guess you meant "might not be finalized yet", because it isn't. There is no specification of a "CMSIS" flash algo style being considered, afaik.

mbrossard commented 1 year ago

I guess you meant "might not be finalized yet", because it isn't. That's what I meant