1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/heap_cmd
Marian Buschsieweke 5ea582b3dd
sys/shell_commands: convert to SHELL_COMMAND()
Make use of XFA for shell commands
2022-06-07 09:25:04 +02:00
..
tests tests: add test_utils_interactive_sync when possible 2019-11-27 15:07:42 +01:00
main.c sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02:00
Makefile tests/*: CI blacklist microbit where it fails 2022-04-01 13:42:01 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests/heap_cmd: shell-based heap function test app 2019-10-02 14:21:35 +02:00

heap_cmd application

Shell-based test application for the heap functions malloc, free and heap_stats. Use the help command to get more information on how to use it.