Skip to content

Commit

Permalink
Added Larduino ISP
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuezas committed Jul 19, 2020
1 parent f6c5b6b commit d9b7748
Show file tree
Hide file tree
Showing 8 changed files with 1,021 additions and 5 deletions.
8 changes: 8 additions & 0 deletions lgt8f/boards.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
menu.clock_source=Clock Source
menu.clock=Clock
menu.variant=Variant
menu.arduino_isp=Arduino as ISP

#############################
#### LGT8F328 P/E/S ####
Expand All @@ -25,6 +26,13 @@ menu.variant=Variant
328.build.mcu=atmega328p
328.build.board=AVR_LARDU_328E

# Arduino as ISP

328.menu.arduino_isp.disable=Default (64)
328.menu.arduino_isp.disable.build.SERIAL_RX_BUFFER_SIZE=64
328.menu.arduino_isp.enable=[To burn an ISP] SERIAL_RX_BUFFER_SIZE to 250
328.menu.arduino_isp.enable.build.SERIAL_RX_BUFFER_SIZE=250

# Clock source
328.menu.clock_source.internal=Internal
328.menu.clock_source.internal.build.clock_source=1
Expand Down
Loading

0 comments on commit d9b7748

Please sign in to comment.