lpc-rs / lpc-pac

Peripheral Access Crates for LPC microcontrollers
9 stars 9 forks source link

Allow PACs to depend on cortex-m-rt v0.7 #60

Closed hannobraun closed 3 years ago

hannobraun commented 3 years ago

As far as I can tell, the breaking changes don't affect the PACs, and indeed, they build with both versions. This will allow downstream dependencies to upgrade their own dependency on cortex-m-rt, without causing disruption for those who don't want to.

allexoll commented 3 years ago

seems good to me for 546XX family

hannobraun commented 3 years ago

Thanks for the reviews!