Skip to content

Commit ae420f6

Browse files
AnnsAnnsmaribu
andcommitted
doc/guides/misc/dev_best_practices: remove outdated MSP430 info
Co-authored-by: Marian Buschsieweke <[email protected]>
1 parent 559de70 commit ae420f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/guides/misc/dev_best_practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,5 @@ If you want to analyze the static memory consumption of your code you can use
145145
* Code can request the amount of memory it needs on runtime
146146
* On most platforms: the size of the heap is `sizeof(<RAM>)-sizeof(<static memory>)`
147147
* If you reduce your usage of static memory your heap gets bigger
148-
* On some platforms calling `free()` will not or not always make heap memory available again
149-
(see [Oneway Malloc on MSP430](https://doc.riot-os.org/group__oneway__malloc.html))
150148
* Programmer needs to handle failed memory allocation calls at runtime
151149
* Static code analysis is unable to find errors regarding memory management

0 commit comments

Comments
 (0)