Skip to content

Release 3.4.1 - Toolchain cleanup, minor bug fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 21:19
· 564 commits to master since this release

Note Release 3.4.x is a major toolchain update. Be sure to run ./tools/get.py to download updates if you're using git master!

Toolchain Cleanup

  • Rebuild OTA using GCC 12.3 (#1690)
  • Fix gcc search path in make-ota.sh (#1688)
  • Rebuild libpico/libbearssl using GCC 12.3 (#1686)
  • Avoid obsolete GCC 7.1 note on building WiFi (#1684)

PicoProbe Debugging

  • Fix PicoProbe CMSIS restart of second core (#1689)

Miscellaneous bug fixes

  • Fix Print::print(0ULL) (#1692)
  • Ensure HID reports aren't dropped (#1685)