mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed USBDP pullup in Multistepper (it works always, so you can use DFU)
This commit is contained in:
10
F3:F303/Multistepper/hashgen/run
Executable file
10
F3:F303/Multistepper/hashgen/run
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
gcc hashgen.c -o hashgen -lusefull_macros
|
||||
./hashgen -d testdic -H hdr.h -S hdr.c -F
|
||||
gcc hdr.c test.c strfunc.c -o test
|
||||
./test "time 54 = some"
|
||||
./test "voltage12 more"
|
||||
./test "esw45 = some text"
|
||||
./test "goto 55 = "
|
||||
./test "stop 3256"
|
||||
Reference in New Issue
Block a user