Skip to content

Commit 1afe02f

Browse files
Release v0.4.1
1 parent 1a25fc3 commit 1afe02f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
-
99

10+
## [v0.4.1](https://github.com/lpc55/lpc55-hal/releases/tag/0.4.1) - 2025-02-28
11+
12+
- Add support for the watchdog peripheral (`wwdt`)
13+
1014
## [v0.4.0](https://github.com/lpc55/lpc55-hal/releases/tag/0.4.0) - 2024-10-25
1115

1216
- Update `littlefs2` to 0.5

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lpc55-hal"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
66
repository = "https://github.com/lpc55/lpc55-hal"

0 commit comments

Comments
 (0)