Skip to content
Snippets Groups Projects
Commit af3f45bb authored by wink's avatar wink
Browse files

Update how-to-build.rst with clean target

parent 215ecfdf
Branches wink/trng
No related tags found
No related merge requests found
Pipeline #1411 passed
......@@ -51,3 +51,9 @@ the binaries:
- ``build/pycardium/pycardium_epicardium.bin``: The entire firmware in one ``.bin``.
- ``build/epicardium/epicardium.elf``: The core 0 part of the firmware, called Epicardium.
- ``build/pycardium/pycardium.elf``: Our MicroPython port, the core 1 part of the firmware.
In order to do a rebuild you can issue a clean command to ninja via
.. code-block:: shell-session
$ ninja -C build/ -t clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment