Initial version

This commit is contained in:
2023-09-16 04:16:52 +02:00
commit d0efb48941
16 changed files with 3012 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "./wrapper.sh"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"