Skip to content

Commit b99a9d8

Browse files
committed
Release 0.3.0
1 parent e3c8b50 commit b99a9d8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2025-09-05
6+
7+
### Fixed
8+
- Arduino build with nRF52810 boards.
9+
- potential endless loop in Wire Library.
10+
- PCA20006 pinmap.
11+
- Prevent possible endless loop in Uart::write/Serial::print.
12+
- Increase HCI buffer size when extended advertising is enabled.
13+
14+
### Changed
15+
- Exposed hw_clock_hfxo_request and int hw_clock_hfxo_release for application use.
16+
- Disable DLE if not using connections.
17+
- Increase msys_1 blocks when privacy is enabled.
18+
- Print::printf implementation now uses write to allow output redirection.
19+
- Make PHY options configurable without extended advertising.
20+
21+
### Added
22+
- Config option for BLE secure connections.
23+
- Support for Seeed xiao sense board.
24+
525
## [0.2.0] 2024-06-28
626

727
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-n-able-arduino",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Arduino Wiring-based Framework for Arm BLE devices supported by the NimBLE stack",
55
"keywords": [
66
"framework",

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
name=ARM (Nim)BLE Boards
20-
version=0.2.0
20+
version=0.3.0
2121

2222
# Compile variables
2323
# -----------------

0 commit comments

Comments
 (0)