aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-05-21 20:02:22 -0400
committerAJM <poslathian@poslathian.(none)>2010-05-21 20:02:22 -0400
commit4197727c10c0a6bb01034458754376104c9ec7e8 (patch)
treef6899b2c53e32daeaed630aff81dc035116e512e /Makefile
parentd44f856baffd72742d2287f75df5c2c5dff07a73 (diff)
downloadlibrambutan-4197727c10c0a6bb01034458754376104c9ec7e8.tar.gz
librambutan-4197727c10c0a6bb01034458754376104c9ec7e8.zip
minor mods to adjust the driver number and the vendor product id's (serial port now 1eaf:0004) and fixed a bug in reset.py,
added a no-delay usb serial loop to main.cpp as an example. has no problem at 115200 in minicom!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b85e28e..8bed507 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ program_ram: ram
program_flash: flash
./reset.py
./wait.py
- $(DFU) -a1 -d 0110:1001 -D build/main.bin -R
+ $(DFU) -a1 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R
program_jtag: jtag
openocd -f stm32conf/flash.cfg