Skip to content
Snippets Groups Projects
Verified Commit d2daf19a authored by wink's avatar wink Committed by rahix
Browse files

docs: Update how-to-build.rst with clean target

Closes !33
parent f59ce8c0
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,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.
Finish editing this message first!
Please register or to comment