Skip to content

v0.13.0

Compare
Choose a tag to compare
@pstolarz pstolarz released this 06 Jan 16:49
· 31 commits to master since this release
  • ESP8266 platform:
    • Parasite powering handling fixed (Ardiuno and ESP8266 RTOS SDK frameworks).
    • GPIO handling refactored.
  • ESP-IDF 5 support.
  • RP2040 platform:
    • New bit-banging driver OneWireNg_PicoRP2040.
    • OneWireNg_PicoRP2040PIO PIO driver set as default for RP2040 based boards.
  • Mbed OS:
    • Opta core support added.
    • Removed unnecessary configuration parameters in mbed_lib.json.
  • Examples:
    • DS2431 example added for ESP-IDF, Pico SDK and Mbed frameworks.
    • DallasTemperature: SCAN_BUS changed to MAX_CONV_TIME for temperature conversion.
  • CONFIG_FLASH_CRC_TAB configuration parameter fix.
  • Code optimization turned on for ESP-IDF and Pico SDK frameworks.
  • Documentation amendments.