From f22c85e327af914fdef7f00416c90a4f80e400fa Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 7 Sep 2022 22:16:16 -0500 Subject: [PATCH] Update README for firmware --- firmware/asdf/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/firmware/asdf/README.md b/firmware/asdf/README.md index 8c97eba..651de3f 100644 --- a/firmware/asdf/README.md +++ b/firmware/asdf/README.md @@ -146,15 +146,14 @@ link to the github page in the "Actions" tab of the repository. > mkdir build-atmega328p build-atmega2560 -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. +3) enter each build directory and run cmake for the desired architecture. > cd build-atmega2560 > cmake .. -DARCH=atmega2560 -DCMAKE_BUILD_TYPE=RELEASE > 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 > cd build-test