We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a25fc3 commit 1afe02fCopy full SHA for 1afe02f
CHANGELOG.md
@@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
8
-
9
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
14
## [v0.4.0](https://github.com/lpc55/lpc55-hal/releases/tag/0.4.0) - 2024-10-25
15
16
- Update `littlefs2` to 0.5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lpc55-hal"
3
-version = "0.4.0"
+version = "0.4.1"
4
edition = "2018"
5
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
6
repository = "https://github.com/lpc55/lpc55-hal"
0 commit comments