summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-09-28 14:16:24 +0200
committerxengineering <me@xengineering.eu>2021-09-28 14:16:24 +0200
commit9704cdaa3d48fe1deceaba1189706326bd41f306 (patch)
treea67653a9fc3eb624f0204626e66ed68dd442eace /README.md
parent6c90271b1d20235d917509454dc1b4e4a66f13f6 (diff)
downloadledcontrol-9704cdaa3d48fe1deceaba1189706326bd41f306.tar
ledcontrol-9704cdaa3d48fe1deceaba1189706326bd41f306.tar.zst
ledcontrol-9704cdaa3d48fe1deceaba1189706326bd41f306.zip
First PWM Demonstration
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 070c535..36228fa 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,11 @@ run
# leave GDB with CTRL + D
```
+Mention that you do not have to quit GDB to upload new compiled firmware. Just
+call `load` and `run` again.
+
## External References
-- Nice [Tutorial](https://jacobmossberg.se/posts/2018/08/11/run-c-program-bare-metal-on-arm-cortex-m3.html) about C programs on bare-metal ARM chips
-- Another useful [Tutorial](https://www.rhye.org/post/stm32-with-opencm3-0-compiling-and-uploading/) about STM32 programming with libopencm3
+- Nice [tutorial](https://jacobmossberg.se/posts/2018/08/11/run-c-program-bare-metal-on-arm-cortex-m3.html) about C programs on bare-metal ARM chips
+- Another useful [tutorial](https://www.rhye.org/post/stm32-with-opencm3-0-compiling-and-uploading/) about STM32 programming with libopencm3