Skip to content

aarch32-cpu v0.1.0

Choose a tag to compare

@jonathanpallant jonathanpallant released this 31 Oct 19:01
· 217 commits to main since this release
887de9f

First release of aarch32-cpu. This replaces cortex-ar.

Added

  • ARMv4T and ARMv5TE support
  • Thumb mode target support

Changed

  • Renamed from cortex-ar to aarch32-cpu
  • Restarted numbering from 0.1.0
  • All BAR register types now hold plain u32, not *mut u32 - fixes issues with serde derives on some types