File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 11#### Configure Device VID and PID --> Uncomment the desired device definitions ####
22
3- #### From Teensy41 USB definitions ####
4- # CONFIG_USB_DEVICE_VID=0x16C0
5- # CONFIG_USB_DEVICE_PID=0x0483
6-
73#### From Raspberry Pi Pico2 USB Definitions ####
84CONFIG_USB_DEVICE_PID=0x000F
95CONFIG_USB_DEVICE_VID=0x2E8A
106
11- #### From Raspberry Pi Pico USB Definitions ####
12- # CONFIG_USB_DEVICE_PID=0x0003
13- # CONFIG_USB_DEVICE_VID=0x2E8A
14-
157#### F Prime C++ Dependencies ####
168CONFIG_CPP=y
179CONFIG_REQUIRES_FULL_LIBCPP=y
@@ -63,14 +55,6 @@ CONFIG_LSM6DSO_ENABLE_TEMP=y
6355CONFIG_LIS2MDL=y
6456CONFIG_INA219=y
6557
66- # Zbus
67- # CONFIG_ZBUS=y
68- # CONFIG_ZBUS_CHANNEL_NAME=y
69- # CONFIG_ZBUS_OBSERVER_NAME=y
70- # CONFIG_ZBUS_MSG_SUBSCRIBER=y
71- # CONFIG_ZBUS_LOG_LEVEL_DBG=n
72- # CONFIG_ZBUS_LOG_LEVEL_INF=y
73-
7458# Lora
7559CONFIG_LORA=y
7660CONFIG_LORA_SX127X=y
You can’t perform that action at this time.
0 commit comments