1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Kaspar Schleiser 2ba85c1bc8 core: add support for test_utils_print_stack_usage
- activate THREAD_CREATE_STACKTEST also if test_utils_print_stack_usage
  is used

- make thread_measure_stack_free() available unconditionally

- if DEVELHELP is active, call test_utils_print_stack_usage() on any
  thread exit

- if DEVELHELP is active, call test_utils_print_stack_usage() after main
  for the idle thread, if that is used
2022-03-29 21:49:35 +02:00
..
include core: add support for test_utils_print_stack_usage 2022-03-29 21:49:35 +02:00
lib core: add support for test_utils_print_stack_usage 2022-03-29 21:49:35 +02:00
cond.c core/*: realign ENABLE_DEBUG 2020-10-23 00:45:56 +02:00
doc.txt core/doc: fix alignment 2020-04-21 15:10:56 +02:00
Kconfig core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display 2022-03-18 08:23:46 +01:00
Makefile core: split out library code 2022-03-09 21:43:05 +01:00
mbox.c core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
msg_bus.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
msg.c core: add functionality to check queue state of another thread 2022-03-03 16:50:34 +01:00
mutex.c core: uncrustify 2021-11-18 15:44:00 +01:00
sched.c core: add support for test_utils_print_stack_usage 2022-03-29 21:49:35 +02:00
thread_flags.c core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
thread.c core: add support for test_utils_print_stack_usage 2022-03-29 21:49:35 +02:00