Skip to content

4.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ssilverman ssilverman released this 14 Oct 02:17
· 149 commits to master since this release

Added

  • Added an error stat for packets that are too long.
  • README additions:
    • New table of contents
    • New "Error statistics" section
    • Added details about packets that are too long

Fixed

  • Fixed the status read inside LPUARTReceiveHandler::irqHandler to use uint32_t instead of the incorrect uint8_t. STAT is a 32-bit register.