update lpc55s28-evk for refactoring, improve comments etc.

This commit is contained in:
2026-05-15 16:57:23 -07:00
parent d64bf1f204
commit 08b1d10a92
5 changed files with 554 additions and 160 deletions
+1 -1
View File
@@ -9,13 +9,13 @@ usbfs = []
usbhs = []
[dependencies]
bbqueue = "0.7.0"
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
defmt = "1.0.1"
defmt-rtt = "1.1.0"
embedded-hal = "1.0.0"
embedded-io = "0.7.1"
heapless = "0.9.3"
log-to-defmt = "0.1.0"
lpc55-hal = { version = "0.5.0", path = "../lpc55-hal" }
nb = "1.1.0"