We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d1ee commit a985603Copy full SHA for a985603
1 file changed
Makefile
@@ -64,25 +64,3 @@ dist: FORCE all
64
cp -a README $(t)/
65
cp -a RELEASE_NOTES $(t)/
66
cd out && zip -r $(PROJ)-$(VER).zip $(PROJ)-$(VER)
67
-
68
-BAUD=115200
69
-DEV=/dev/ttyUSB0
70
-SUDO=sudo
71
-STM32FLASH=stm32flash
72
-T=out/$(target)/greaseweazle/target.hex
73
74
-ocd: FORCE all
75
- $(PYTHON) scripts/telnet.py localhost 4444 \
76
- "reset init ; flash write_image erase `pwd`/$(T) ; reset"
77
78
-f1_ocd: FORCE all
79
- $(PYTHON) scripts/openocd/flash.py `pwd`/$(T)
80
81
-flash: FORCE all
82
- $(SUDO) $(STM32FLASH) -b $(BAUD) -w $(T) $(DEV)
83
84
-start: FORCE
85
- $(SUDO) $(STM32FLASH) -b $(BAUD) -g 0 $(DEV)
86
87
-serial: FORCE
88
- $(SUDO) miniterm.py $(DEV) 3000000
0 commit comments