File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
boards/bronco_space/proves_flight_control_board_v5c Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,17 @@ CONFIG_USE_DT_CODE_PARTITION=y
1111CONFIG_USB_DEVICE_STACK=y
1212CONFIG_USB_DEVICE_PRODUCT="PROVES Flight Control Board v5c"
1313CONFIG_USB_DEVICE_VID=0x0028
14+
15+ # Sensors
16+ CONFIG_LSM6DSO=y
17+ CONFIG_LSM6DSO_ENABLE_TEMP=y
18+ CONFIG_LIS2MDL=y
19+ CONFIG_INA219=y
20+
21+ # Lora
22+ CONFIG_LORA=y
23+ CONFIG_LORA_SX127X=y
24+
25+ # RTC
26+ CONFIG_RTC=y
27+ CONFIG_RTC_RV3028=y
Original file line number Diff line number Diff line change @@ -48,23 +48,9 @@ CONFIG_PRINTK=y
4848CONFIG_UART_CONSOLE=y
4949CONFIG_COMMON_LIBC_MALLOC=y
5050
51- # Sensors
5251CONFIG_SENSOR=y
53- CONFIG_LSM6DSO=y
54- CONFIG_LSM6DSO_ENABLE_TEMP=y
55- CONFIG_LIS2MDL=y
56- CONFIG_INA219=y
5752
58- # Lora
59- CONFIG_LORA=y
60- CONFIG_LORA_SX127X=y
61-
62- # RTC
63- CONFIG_RTC=y
64- CONFIG_RTC_RV3028=y
65-
66- # Logging
6753CONFIG_LOG=y
6854CONFIG_LOG_DEFAULT_LEVEL=3
69- # Compiler settings
55+
7056CONFIG_CBPRINTF_FP_SUPPORT=y
You can’t perform that action at this time.
0 commit comments