From 6b306c8dcd65016b6e022c648e2477931f9c4b95 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Sun, 10 Apr 2022 13:00:56 -0400 Subject: Clean-up readme file --- readme.md | 11 ----------- 1 file changed, 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 ` 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 ---- -- cgit v1.2.3-54-g00ecf