BlinkenArea - GitList
Repositories
Blog
Wiki
bulb
Code
Commits
Branches
Tags
Search
Tree:
d43405f
Branches
Tags
master
petaflot
1.0.0
1.1.0
1.1.1
bulb
cccamp2015
firmware
README
some fixes for alternative firmware by Martin Müllenhaupt to increase stability with other compiler versions
Stefan Schuermans
commited
d43405f
at 2015-08-24 17:22:33
README
Blame
History
Raw
configure your programmer in CMakeLists.txt set(AVR_PROGRAMMER usbtiny) #set(AVR_PROGRAMMER avr910) #set(AVR_UPLOADTOOL_PORT /dev/ttyUSB0) #set(AVR_UPLOADTOOL_OPTIONS -b 115200) build on Linux ============== rm -rf build mkdir build cd build cmake .. make flashing on Linux ================= make upload_bulb_dim