Skip to content
Snippets Groups Projects
Commit 9c4616cb authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Some clarifications and added gitignore

parent d02ea3dd
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ included libraries in the Makefile. ...@@ -26,7 +26,7 @@ included libraries in the Makefile.
Connect your MCU and connect st-link. Connect your MCU and connect st-link.
Sometimes it will complain it cannot find the chip, try erasing first: Sometimes it will complain it cannot find/communicate with the chip, try erasing first:
st-flash --reset erase st-flash --reset erase
...@@ -59,3 +59,13 @@ This one is provided by the ...@@ -59,3 +59,13 @@ This one is provided by the
.gdbinit .gdbinit
file included in this project. It will kill the current program and reload from the same file again. file included in this project. It will kill the current program and reload from the same file again.
This lets you run make, then just simply
reload
run
In GDB and you have the latest software on your MCU.
A .gitignore is also provided which will aid if somebody prefers eclipse-based tools such as
Atollic TrueSTUDIO (c).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment