@ -36,6 +36,7 @@ static const SysFileList sysfs_file_list[] = {
{"dma.txt"},
{"memory.txt"},
{"uarts.txt"},
{"timers.txt"},
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
{"can_log.txt"},
#endif
@ -110,6 +111,9 @@ int AP_Filesystem_Sys::open(const char *fname, int flags)
hal.util->uart_info(*r.str);
}
if (strcmp(fname, "timers.txt") == 0) {
hal.util->timer_info(*r.str);
#if HAL_CANMANAGER_ENABLED
if (strcmp(fname, "can_log.txt") == 0) {
AP::can().log_retrieve(*r.str);