examples: add dma example for lpc55s28-evk

This commit is contained in:
2026-05-14 01:51:40 -07:00
parent a918ebc554
commit e2edb1d468
8 changed files with 2052 additions and 0 deletions
@@ -0,0 +1,19 @@
[target.thumbv8m.main-none-eabi]
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
"-C", "debug-assertions",
]
[target.thumbv8m.main-none-eabihf]
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
# "-C", "debug-assertions",
]
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "off"