diff --git a/.gitignore b/.gitignore index c024ef6..5daea61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target openocd.gdb +Embed.toml diff --git a/Embed.toml b/Embed.toml new file mode 100644 index 0000000..8a34951 --- /dev/null +++ b/Embed.toml @@ -0,0 +1,3 @@ +[default.general] +chip = "STM32H743ZITx" +connect_under_reset = true