mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 15:13:54 -06:00
adding hardware files for OMC
for ide 1.0.6
This commit is contained in:
parent
280504e2e0
commit
b17b8583af
9 changed files with 1501 additions and 0 deletions
23
ArduinoAddons/Arduino_1.0.x/hardware/OMC_tkj/boards.txt
Normal file
23
ArduinoAddons/Arduino_1.0.x/hardware/OMC_tkj/boards.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
##############################################################
|
||||
|
||||
omc.name=OMC with Atmega644 at 20Mhz
|
||||
|
||||
omc.upload.maximum_size=63488
|
||||
omc.upload.maximum_data_size=4096
|
||||
|
||||
omc.upload.protocol=stk500v2
|
||||
omc.upload.speed=115200
|
||||
omc.bootloader.path=OMC
|
||||
omc.bootloader.file=bootloader-644-20MHz.hex
|
||||
|
||||
omc.bootloader.low_fuses=0xE7
|
||||
omc.bootloader.high_fuses=0xD4
|
||||
omc.bootloader.extended_fuses=0xFC
|
||||
omc.bootloader.unlock_bits=0x3F
|
||||
omc.bootloader.lock_bits=0x0F
|
||||
|
||||
omc.build.mcu=atmega644
|
||||
omc.build.f_cpu=20000000L
|
||||
omc.build.board=AVR_OMC
|
||||
omc.build.core=arduino:arduino
|
||||
omc.build.variant=sanguino
|
Loading…
Add table
Add a link
Reference in a new issue