You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 years ago | |
---|---|---|
cmake | 11 years ago | |
firmware | 11 years ago | |
reflowctl | 10 years ago | |
.gitignore | 11 years ago | |
AUTHORS | 11 years ago | |
CMakeLists.txt | 11 years ago | |
LICENSE | 11 years ago | |
README.html | 11 years ago | |
README.rst | 11 years ago | |
distribute_setup.py | 11 years ago | |
setup.py | 11 years ago |
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