aboutsummaryrefslogtreecommitdiff
path: root/forth/README.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-09-10 01:22:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-09-10 01:22:45 +0200
commit7e88f211a27e99e32c336a558f5a3e5cfbaa808e (patch)
tree765d1a8883125320d59085294413703cc92690d9 /forth/README.md
parentca93198be4a57443bf90c00774b3f24bd8d259e7 (diff)
forth
Diffstat (limited to 'forth/README.md')
-rw-r--r--forth/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/forth/README.md b/forth/README.md
new file mode 100644
index 0000000..caef070
--- /dev/null
+++ b/forth/README.md
@@ -0,0 +1,14 @@
+# http://flashforth.com/
+
+git@github.com:oh2aun/flashforth.git
+
+# flash chip:
+
+/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude \
+ -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf \
+ -v -p m328p -c avrisp -P /dev/cu.usbmodem1411 -b 19200 -e -u \
+ -Uflash:w:ff_uno.hex:i -Uefuse:w:0x07:m -Uhfuse:w:0xda:m -Ulfuse:w:0xff:
+
+# baud rate
+
+9600