renamed example to examples

This commit is contained in:
2026-02-10 12:58:04 +01:00
parent 9ab2e180d0
commit 762932f2d6
7 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "picotool load --update --verify --execute -t elf"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"