Skip to content

Commit 329568a

Browse files
chore(main): release 4.1.0
1 parent 85205b2 commit 329568a

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.1.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [4.1.0](https://github.com/philips-software/amp-hal-st/compare/v4.0.0...v4.1.0) (2025-04-11)
8+
9+
10+
### Features
11+
12+
* Add DMA receive/transmit bridge functions with no interrupts needed ([#518](https://github.com/philips-software/amp-hal-st/issues/518)) ([71f5793](https://github.com/philips-software/amp-hal-st/commit/71f57938210d863ce7c0da864a7b6aea19215d02))
13+
* Add error code to gatt operarions in GattClientSt ([#537](https://github.com/philips-software/amp-hal-st/issues/537)) ([f0bc2f3](https://github.com/philips-software/amp-hal-st/commit/f0bc2f3e9ab405bec8cd87436bfd4a60d453f698))
14+
* Add support for ble dtm ([#538](https://github.com/philips-software/amp-hal-st/issues/538)) ([a471ea8](https://github.com/philips-software/amp-hal-st/commit/a471ea841937dcccf254858050901a26de534266))
15+
* Add support for internal ADC channels ([#487](https://github.com/philips-software/amp-hal-st/issues/487)) ([30a6f4e](https://github.com/philips-software/amp-hal-st/commit/30a6f4e274fa86b73691f4e901cb9a1b872f49a9))
16+
* Add support to return resolve MAC address ([#464](https://github.com/philips-software/amp-hal-st/issues/464)) ([65063f4](https://github.com/philips-software/amp-hal-st/commit/65063f44d8a9a04133a81da57305757dcc481b28))
17+
* Add wba6 support ([#522](https://github.com/philips-software/amp-hal-st/issues/522)) ([6fc06ff](https://github.com/philips-software/amp-hal-st/commit/6fc06ff445e3329cead9234f8470764a0d91c7f5))
18+
* Extend Timer and LowPower Timer support ([#510](https://github.com/philips-software/amp-hal-st/issues/510)) ([88dc1e4](https://github.com/philips-software/amp-hal-st/commit/88dc1e40c11db4c9cc58182663c16a34292f10e4))
19+
* LpTimer with PWM channels ([#540](https://github.com/philips-software/amp-hal-st/issues/540)) ([85205b2](https://github.com/philips-software/amp-hal-st/commit/85205b281b444d604a3ae6f1ba1196fc582b262d))
20+
* Provide channel-specific conversion configuration and timer-triggered support ([#534](https://github.com/philips-software/amp-hal-st/issues/534)) ([4039a56](https://github.com/philips-software/amp-hal-st/commit/4039a560e376c3a580502d4d11d9e5979eb4a7f7))
21+
* Separate include header guards for default clock configuration ([#529](https://github.com/philips-software/amp-hal-st/issues/529)) ([b964bae](https://github.com/philips-software/amp-hal-st/commit/b964baefe240543593f44b50d2e97edac7058eec))
22+
* Timer with PWM channels ([#516](https://github.com/philips-software/amp-hal-st/issues/516)) ([6d87c72](https://github.com/philips-software/amp-hal-st/commit/6d87c7251128eb813c5293a443a90d78db4d309b))
23+
24+
25+
### Bug Fixes
26+
27+
* Always do mtu exchange after connection event ([#525](https://github.com/philips-software/amp-hal-st/issues/525)) ([bcfd9dd](https://github.com/philips-software/amp-hal-st/commit/bcfd9dd2b3453ca48f58d7a6860619a3d92aeea1))
28+
* Better gap state update in gap central ([#507](https://github.com/philips-software/amp-hal-st/issues/507)) ([88156e0](https://github.com/philips-software/amp-hal-st/commit/88156e0a5f21846e87d3e50d02b2c923a3d43bfc))
29+
* Gap central adv data copy mistake 2 ([#502](https://github.com/philips-software/amp-hal-st/issues/502)) ([a214847](https://github.com/philips-software/amp-hal-st/commit/a2148474685297527b7aee60e5d4c3ede7d50328))
30+
* Gap central adv data copy mistake 3 ([#503](https://github.com/philips-software/amp-hal-st/issues/503)) ([2eff208](https://github.com/philips-software/amp-hal-st/commit/2eff20830ccc645d1caf6a39e2c7eaa88cb50dc6))
31+
* In GattClientSt handle omitted read response event ([#526](https://github.com/philips-software/amp-hal-st/issues/526)) ([28e778c](https://github.com/philips-software/amp-hal-st/commit/28e778c5e0ba2a4bbaf11863857f81cbc16a1f48))
32+
* Mistake GapCentral adv data copy ([#501](https://github.com/philips-software/amp-hal-st/issues/501)) ([190e2f9](https://github.com/philips-software/amp-hal-st/commit/190e2f9d2f8af098cc1ef0c68a9c110440a84ca2))
33+
734
## [4.0.0](https://github.com/philips-software/amp-hal-st/compare/v3.0.0...v4.0.0) (2025-01-16)
835

936

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (HALST_STANDALONE)
4141
endif()
4242
endif()
4343

44-
project(hal_st LANGUAGES C CXX ASM VERSION 4.0.0) # x-release-please-version
44+
project(hal_st LANGUAGES C CXX ASM VERSION 4.1.0) # x-release-please-version
4545

4646
set(CMAKE_CXX_STANDARD 20)
4747
set(CMAKE_CXX_STANDARD_REQUIRED On)

0 commit comments

Comments
 (0)