We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e63c4 commit 96c770fCopy full SHA for 96c770f
CHANGELOG.md
@@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
- Add INPUTMUX and PINT peripherals
9
- Add example using PINT + INPUTMUX to make an external interrupt on a pin
10
11
+## [v0.1.1] - 2021-04-23
12
+USB fix
13
+
14
## [v0.1.0] - 2021-02-26
15
Stabilize things somewhat
16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lpc55-hal"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2018"
5
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
6
repository = "https://github.com/nickray/lpc55-hal"
0 commit comments