Skip to content

Commit d384dc9

Browse files
Release v0.3.1
1 parent c6ccd77 commit d384dc9

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
- Add INPUTMUX and PINT peripherals
9-
- Add example using PINT + INPUTMUX to make an external interrupt on a pin
8+
-
9+
10+
## [v0.3.1](https://github.com/lpc55/lpc55-hal/releases/tag/0.3.1) - 2024-10-09
11+
12+
- Update `littlefs2` to 0.4 ([#60](https://github.com/lpc55/lpc55-hal/pull/60))
13+
- Fix PUF peripheral:
14+
- Add PUF to peripherals ([#61](https://github.com/lpc55/lpc55-hal/pull/61))
15+
- Check state after enabling PUF ([#63](https://github.com/lpc55/lpc55-hal/issues/63))
16+
- Support started PUF peripherals ([#64](https://github.com/lpc55/lpc55-hal/issues/64))
17+
- Remove unnecessary `as_ref` call to fix compilation ([#66](https://github.com/lpc55/lpc55-hal/pull/66))
18+
19+
[All Changes](https://github.com/lpc55/lpc55-hal/compare/0.3.0...0.3.1)
20+
21+
## [v0.3.0](https://github.com/lpc55/lpc55-hal/releases/tag/0.3.0) - 2021-06-10
22+
23+
- Update dependencies:
24+
- Update `embedded-time` to 0.12
25+
- Update `littlefs2` to 0.3.1
26+
27+
[All Changes](https://github.com/lpc55/lpc55-hal/compare/0.2.1...0.3.0)
1028

1129
## [v0.2.1] - 2021-05-02
1230
Fix the "lap" naming

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.3.0"
3+
version = "0.3.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)