Releases: h2zero/n-able-Arduino
Releases · h2zero/n-able-Arduino
0.3.0
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
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
- @vshymanskyy made their first contribution in #18
- @krzysiekkajot made their first contribution in #29
- @jhmaloney made their first contribution in #39
- @positron96 made their first contribution in #46
Full Changelog: 0.1.1...0.2.0