AP_HAL: added stack logging

This commit is contained in:
Andrew Tridgell 2021-09-06 14:46:19 +10:00
parent 84bbc707fc
commit 8157c24977

View File

@ -188,6 +188,9 @@ public:
// generate Random values, will block until enough entropy is available
virtual bool get_true_random_vals(uint8_t* data, size_t size, uint32_t timeout_us) { return false; }
// log info on stack usage
virtual void log_stack_info(void) {}
protected:
// we start soft_armed false, so that actuators don't send any
// values until the vehicle code has fully started