fbb9e3d849 | ||
---|---|---|
cmake | ||
firmware | ||
reflowctl | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
LICENSE | ||
README.html | ||
README.rst | ||
distribute_setup.py | ||
setup.py |
README.rst
reflowctl howto =============== Installation ------------ You can use the reflowctl sketch as is in arduino IDE, or as we prefer with the editor of choice and a sane build environment. Then you have to install cmake, for the serialmon.py script python and pyserial. The complete workflow to crosscompile and upload our sketch is decribed below:: cd reflow mkdir build cd build cmake .. make make reflowctl-upload && ../serialmon.py