aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConfuSomu2022-04-10 13:00:56 -0400
committerConfuSomu2022-04-10 13:00:56 -0400
commit6b306c8dcd65016b6e022c648e2477931f9c4b95 (patch)
tree2b6637294e94fb254ea9c0e5866a95937271123a
parent029049a44ad02989d71b984698358b0c7daa4877 (diff)
downloadpico-watch-6b306c8dcd65016b6e022c648e2477931f9c4b95.tar
pico-watch-6b306c8dcd65016b6e022c648e2477931f9c4b95.tar.gz
pico-watch-6b306c8dcd65016b6e022c648e2477931f9c4b95.zip
Clean-up readme file
-rw-r--r--readme.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/readme.md b/readme.md
index 8fdd5fa..de6db7d 100644
--- a/readme.md
+++ b/readme.md
@@ -53,17 +53,6 @@ I use a GDB script that allows debugging STL containers. The script is available
- Use `print malloc(500)` to debug memory allocation failures. You can malloc more than `PICO_HEAP_SIZE` as this only guaranties a minimum heap size, see [here](https://www.raspberrypi.org/forums/viewtopic.php?f=144&t=318030).
- `dump binary value <filename> <symbol>` allows writing the contents of a variable to disk. The contents can later be written back into memory.
-To-do
-----
-
-- [x] Check method and function names in documentation.
-- [x] Check links in docs to make sure that they are relevant and not dead.
-- [x] Fix the TODOs!
-- [ ] Add licence of libraries in "Libraries used" section.
-- [ ] Add project license.
-
-See file under `docs/todo.md` for more tasks.
-
Libraries used
----