Skip to content

v1.0.29

Choose a tag to compare

@finger563 finger563 released this 28 Oct 15:21
· 15 commits to main since this release
9c4532e

What's Changed

  • ci(doc): Fix fetch depth for running on releases properly by @finger563 in #537
  • feat(logger): Update tag logger mutex to be mutable, set standard log methods to be const by @finger563 in #536
  • feat(base_peripheral): Update mutex to be mutable and make all read methods const. by @finger563 in #538
  • fix(ina226): Fix configuration / initialization of INA226, as well as bus voltage calculation by @finger563 in #541
  • feat(rx8130ce): Add RX8130CE Real-Time Clock (RTC) component by @finger563 in #540
  • feat(file_system): Update example with explicit tests of append and truncate file stream open flags by @finger563 in #542
  • feat(m5stack-tab5): Add Board Support Package (BSP) component for the M5Stack Tab5 development kit by @finger563 in #545
  • feat(wifi): Refactor implementation and add espp::Wifi singleton class by @finger563 in #544
  • fix(t-deck): fix display driver alias being protected by @finger563 in #546
  • chore(gt911): Clean up docs some by @finger563 in #549
  • fix(t-deck): Increase stack size and clean up audio loading code by @finger563 in #547
  • feat(esp-box): Clean up audio loading code in example by @finger563 in #548
  • feat(codec): Update es8311 to allow sample rate reconfiguration by @finger563 in #550
  • feat(input_drivers): Update pointer_input to better handle screen rotation by @finger563 in #553
  • feat(esp-box): Improve audio configuration and behavior by @finger563 in #551
  • feat(esp-box): Add methods / tests for getting the curent rotated display size, use it to update display when it rotates by @finger563 in #552
  • feat(t-deck): Add methods / tests for getting current rotated display size, use it to update display when it rotates in example by @finger563 in #554
  • feat(t-deck): Improve audio configuration and behavior by @finger563 in #555

Full Changelog: v1.0.28...v1.0.29