Skip to content

rp235x-hal v0.3.0

Latest
Compare
Choose a tag to compare
@jannic jannic released this 02 Mar 20:02
f122190

MSRV

The Minimum-Supported Rust Version (MSRV) for the next release is 1.79

  • Bump MSRV to 1.79 to enable inline_const, used for static asserts.

Changed

  • Enable co-processors when spawning on core1 - #900 @jannic
  • Set EXTEXCLALL when enabling multi-core operation, fixing atomics - #898 @jannic
  • Fix implementations of embedded_io::Write for UartPeripheral - #895 @jannic
  • Copy implementation of PinGroup::set_u32 from rp2040-hal - #893 @jannic
  • Derive Debug and defmt::Format for StackAllocation - #889 @jannic
  • Implement support for XipCS1 pin function - #873 @Altaflux
  • Add a nice wrapper for get_sys_info - #877 @nahla-nee
  • feat: add support for PIO in_count - #867 @allexoll
  • implement Debug support for the GPIO structures - #866 @jannic
  • Fix clippy warnings reported by rust beta - #865 #887 @jannic
  • Update critical-section dependency to version 1.2.0 - #862 @jannic
  • spi: port set_format changes to rp235x - #842 @jannic