Skip to content

Releases: h2zero/n-able-Arduino

0.3.0

05 Sep 23:38
Compare
Choose a tag to compare

Fixed

  • Arduino build with nRF52810 boards.
  • potential endless loop in Wire Library.
  • PCA20006 pinmap.
  • Prevent possible endless loop in Uart::write/Serial::print.
  • Increase HCI buffer size when extended advertising is enabled.

Changed

  • Exposed hw_clock_hfxo_request and int hw_clock_hfxo_release for application use.
  • Disable DLE if not using connections.
  • Increase msys_1 blocks when privacy is enabled.
  • Print::printf implementation now uses write to allow output redirection.
  • Make PHY options configurable without extended advertising.

Added

  • Config option for BLE secure connections.
  • Support for Seeed xiao sense board.

0.2.0

28 Jun 15:28
Compare
Choose a tag to compare

What's Changed

  • Add pins_arduino.h for library compatability. by @h2zero in #10
  • Improve Arduino compatibility for Print and Stream by @vshymanskyy in #18
  • Update min/max macro's to avoid compilation issues. by @h2zero in #15
  • adding volatile to value where ADC output is stored to prevent compil… by @krzysiekkajot in #29
  • Cleanup compiler warnings by @h2zero in #27
  • Default CONFIG_WDT_TIMEOUT_SECONDS to zero (disabled) by @jhmaloney in #39
  • Fix build on Windows 11 when no DFU is being built. by @h2zero in #40
  • Add String constructor with const char* and length parameter. by @h2zero in #47
  • Add support for nRF52810 by @positron96 in #46
  • Add extended advertising and PHY mode support for devices that support it, update builds. by @h2zero in #48
  • Nimble core 1.5.0 prep by @h2zero in #49

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

26 Aug 16:47
c039542
Compare
Choose a tag to compare

What's Changed

  • Add build workflow by @h2zero in #5
  • Fix compilation for Adafruit nRF52840 boards. by @h2zero in #7

New Contributors

  • @h2zero made their first contribution in #5

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Aug 03:43
Compare
Choose a tag to compare

Initial release.