CAN Packet fix, CAN benchmark

This commit is contained in:
Dmitriy Semenov
2023-04-02 01:22:45 +03:00
parent 51b12ac970
commit 389d3d23b8
4 changed files with 50 additions and 19 deletions

18
firmware/.gdbinit Normal file
View File

@@ -0,0 +1,18 @@
#/com: target extended-remote /dev/ttyBmpGDB
#/com: redefine "target remote" as "target extended-remote":
define target remote
tar ext $arg0
mon tpwr en
shell sleep 1
#/com: monitor SWD
mon s
attach 1
#mon erase_mass
#flash-erase
#/com: enable peripheral view
set mem inaccessible-by-default off
load
compare-sections
#b main