Skip to content

Release v3.2.3 (20200912)

Compare
Choose a tag to compare
@bryan-hunt bryan-hunt released this 14 Sep 01:21
· 97 commits to main since this release
v3.2.3
70d082c

Fixes

  • Security patch for USB HALs. Removed deprecated HALs and removed enumeration from the hidapi HAL. Special thanks to Ruben Santamarta of IOActive for reporting
  • Fix device matching logic to support older kits when using "auto detect" settings in the interface configuration
  • Fix SPI HAL generation errors for SAMG55 & SAM71 (flexcom) devices
  • Added a timeout for Harmony I2C calls to prevent infinite loops on peripheral failures. If a loop exists inside the peripheral library then it may still cause processor spins until a watchdog reset.