mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-25 09:31:11 +00:00
Update README for firmware
This commit is contained in:
parent
118fb24f7d
commit
f22c85e327
@ -148,13 +148,12 @@ link to the github page in the "Actions" tab of the repository.
|
|||||||
|
|
||||||
3) enter each build directory and run cmake for the desired architecture.
|
3) enter each build directory and run cmake for the desired architecture.
|
||||||
|
|
||||||
This step will also install the resulting hex files to the ./dist subdirectory.
|
|
||||||
|
|
||||||
> cd build-atmega2560
|
> cd build-atmega2560
|
||||||
> cmake .. -DARCH=atmega2560 -DCMAKE_BUILD_TYPE=RELEASE
|
> cmake .. -DARCH=atmega2560 -DCMAKE_BUILD_TYPE=RELEASE
|
||||||
> make
|
> make
|
||||||
|
|
||||||
4) to run unit tests, the process is the same as above, with "test" as the target:
|
4) to run unit tests, the process is the same as above, with "test" as the
|
||||||
|
target:
|
||||||
|
|
||||||
> mkdir build-test
|
> mkdir build-test
|
||||||
> cd build-test
|
> cd build-test
|
||||||
|
Loading…
Reference in New Issue
Block a user