hwdef: turn monior thread back on on some boards

most of these boards probably don't need it, but to make a PR no-binary-output...
This commit is contained in:
Peter Barker 2024-04-03 20:01:28 +11:00 committed by Andrew Tridgell
parent 90b2a2acaa
commit 95281e5c17
18 changed files with 30 additions and 1 deletions

View File

@ -131,3 +131,4 @@ define AP_PERIPH_RANGEFINDER_PORT_DEFAULT -1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -124,3 +124,4 @@ define HAL_PERIPH_GPS_PORT_DEFAULT 1
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -135,3 +135,4 @@ define HAL_PERIPH_GPS_PORT_DEFAULT 1
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -99,3 +99,5 @@ define AP_SCRIPTING_ENABLED 1
define AP_FILESYSTEM_ROMFS_ENABLED 1
include ../include/network_PPPGW.inc
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -86,3 +86,5 @@ define AP_FILESYSTEM_ROMFS_ENABLED 1
# undefine to disable. Use -1 to allow on all ports, otherwise serial number index defined in SERIAL_ORDER starting at 0
define HAL_PERIPH_LISTEN_FOR_SERIAL_UART_REBOOT_CMD_PORT 0
#################################
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -22,3 +22,5 @@ define HAL_WITH_MCU_MONITORING 1
# MCU_CLOCKRATE_MHZ 200
include ../include/network_PPPGW.inc
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -136,3 +136,4 @@ define AP_SERIALLED_ENABLED 1
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -72,3 +72,4 @@ define STM32_ADC_USE_ADC1 TRUE
PB11 BAT_CURR_SENS ADC1 SCALE(1)
define HAL_RCIN_THREAD_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -148,3 +148,4 @@ PC6 USB_SEL OUTPUT PUSHPULL SPEED_LOW HIGH
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -142,3 +142,5 @@ define GPS_MAX_RATE_MS 200
# 10" DLVR sensor by default
define HAL_AIRSPEED_TYPE_DEFAULT 9
define AIRSPEED_MAX_SENSORS 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -122,3 +122,5 @@ env ROMFS_UNCOMPRESSED True
# reduce the number of CAN RX Buffer
define HAL_CAN_RX_QUEUE_SIZE 64
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -147,4 +147,6 @@ DMA_NOSHARE USART1* USART2* CAN1*
# bootloader embedding / bootloader flashing not available
define AP_BOOTLOADER_FLASHING_ENABLED 0
define HAL_MONITOR_THREAD_ENABLED 1
AUTOBUILD_TARGETS None

View File

@ -89,3 +89,4 @@ define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_SUPPORT_RCOUT_SERIAL 1
define HAL_WITH_ESC_TELEM 1
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -27,4 +27,6 @@ define HAL_PERIPH_ENABLE_AIRSPEED
# Safety button
PC13 SAFE_BUTTON INPUT PULLUP
# Button is active LOW
define HAL_SAFE_BUTTON_ON 0
define HAL_SAFE_BUTTON_ON 0
define HAL_MONITOR_THREAD_ENABLED 1

View File

@ -69,3 +69,7 @@
#ifndef HAL_SCHEDULER_LOOP_DELAY_ENABLED
#define HAL_SCHEDULER_LOOP_DELAY_ENABLED 0
#endif
#ifndef HAL_MONITOR_THREAD_ENABLED
#define HAL_MONITOR_THREAD_ENABLED 0
#endif

View File

@ -115,5 +115,7 @@ define AP_TEMPERATURE_SENSOR_MAX_INSTANCES 1
define AP_SCRIPTING_ENABLED 1
define AP_FILESYSTEM_ROMFS_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1
# don't build on firmware.ardupilot.org
AUTOBUILD_TARGETS None

View File

@ -81,6 +81,7 @@ define DISCRETE_RGB_POLARITY true
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1
# don't build on firmware.ardupilot.org
AUTOBUILD_TARGETS None

View File

@ -126,3 +126,4 @@ AUTOBUILD_TARGETS None
define HAL_SERIAL_ESC_COMM_ENABLED 1
define HAL_RCIN_THREAD_ENABLED 1
define HAL_SCHEDULER_LOOP_DELAY_ENABLED 1
define HAL_MONITOR_THREAD_ENABLED 1