Go to the documentation of this file.
43 #if STACK_CONF_DEBUGGING
44 extern CC_AT_DATA uint8_t sp;
46 #define stack_dump(f) do { \
53 #define stack_max_sp_print(f) do { \
55 puthex(stack_get_max()); \
59 void stack_poison(
void);
60 uint8_t stack_get_max(
void);
62 #define stack_dump(...)
63 #define stack_max_sp_print(...)
64 #define stack_poison()
65 #define stack_get_max()