console: add simple dmesg functionality (enable only on v5)

This commit is contained in:
Beat Küng
2019-04-04 10:40:36 +02:00
committed by Julian Oes
parent 2307c7c390
commit d947818654
10 changed files with 388 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ px4_add_board(
SYSTEMCMDS
bl_update
config
dmesg
dumpfile
esc_calib
hardfault_log
+2
View File
@@ -329,6 +329,8 @@
GPIO_CAN1_TX, \
}
#define BOARD_ENABLE_CONSOLE_BUFFER
__BEGIN_DECLS
/****************************************************************************************************