Skip to content

v0.12.0

Compare
Choose a tag to compare
@pstolarz pstolarz released this 20 Jun 17:13
· 82 commits to master since this release
  • Breaking change: Library configuration semantics changed - a parameter defined with value 0: not configured, 1: configured. For backward compatibility, if defined w/o value assigned 1 is assumed.
  • Pico SDK framework support added.
  • New type of driver for RP2040 (Rasperry Pi Pico) CPU basing on PIO peripheral (Pico SDK and Ardiono frameworks).
  • CONFIG_SEARCH_ENABLED library configuration added.
  • ESP8266, ESP32: CPU frequency detected at runtime while configured with CONFIG_BITBANG_DELAY_CCOUNT.
  • New examples for Pico SDK and Mbed OS.
  • Improved overdrive mode for MegaAVR,SAM,SAMD,STM32, MbedHAL bit-banging drivers.
  • UNUSED() macro removed.
  • GitHub CI: various improvements.