update lorawan submodule commit

This commit is contained in:
Liu_Weichao 2023-08-03 15:40:11 +08:00
parent 1a6ee0234b
commit 3efe663ee0
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit d21965b1cbcfa99b2d36acd029a37f3f2eba612e
Subproject commit a94c007cb4ee726cc29b10626f8bbfc19c989b89

@ -1 +1 @@
Subproject commit 2896d7234688de77992e7e1872a7e67a9456b420
Subproject commit 254754bc7d06011cbec4655cd229c8ccfb95240b

View File

@ -188,7 +188,7 @@ sudo apt install gdb-multiarch
qemu-system-arm -machine lm3s6965evb -nographic -kernel build/XiZi-cortex-m3-emulator.elf -s -S
```
然后要重新开启另一个linux系统终端一个终端执行`riscv-none-embed-gdb`命令
然后要重新开启另一个linux系统终端一个终端执行命令
```
gdb-multiarch build/XiZi-cortex-m3-emulator.elf -ex "target remote localhost:1234"