Skip to content

Commit 41389da

Browse files
authored
lib: fix file mode (unset x bit) (#27)
* lib: fix file mode (unset x bit) * Modernize development tool configuration
1 parent e5d0d6a commit 41389da

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.cargo/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[target.thumbv7em-none-eabihf]
2-
runner = 'arm-none-eabi-gdb -q'
2+
runner = 'arm-none-eabi-gdb -q -x openocd.gdb'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x"
55
]
66

77
[build]
8-
target = "thumbv7em-none-eabihf"
8+
target = "thumbv7em-none-eabihf"

openocd.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# openocd fork with STM32G4 family support: https://github.com/mjbots/openocd
2-
31
source [find interface/stlink.cfg]
42
source [find target/stm32g4x.cfg]
53

.gdbinit renamed to openocd.gdb

File renamed without changes.

src/lib.rs

100755100644
File mode changed.

0 commit comments

Comments
 (0)