Skip to content

Commit 680e356

Browse files
committed
Moving prj.conf sensors to board definition
1 parent 6db52ee commit 680e356

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

boards/bronco_space/proves_flight_control_board_v5c/proves_flight_control_board_v5c_rp2350a_m33_defconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ CONFIG_USE_DT_CODE_PARTITION=y
1111
CONFIG_USB_DEVICE_STACK=y
1212
CONFIG_USB_DEVICE_PRODUCT="PROVES Flight Control Board v5c"
1313
CONFIG_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

prj.conf

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,9 @@ CONFIG_PRINTK=y
4848
CONFIG_UART_CONSOLE=y
4949
CONFIG_COMMON_LIBC_MALLOC=y
5050

51-
# Sensors
5251
CONFIG_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
6753
CONFIG_LOG=y
6854
CONFIG_LOG_DEFAULT_LEVEL=3
69-
# Compiler settings
55+
7056
CONFIG_CBPRINTF_FP_SUPPORT=y

0 commit comments

Comments
 (0)