Commit d384dc9 1 parent c6ccd77 commit d384dc9 Copy full SHA for d384dc9
File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
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 )
10
28
11
29
## [ v0.2.1] - 2021-05-02
12
30
Fix the "lap" naming
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lpc55-hal"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2018"
5
5
description = " Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
6
6
repository = " https://github.com/lpc55/lpc55-hal"
You can’t perform that action at this time.
0 commit comments