File tree Expand file tree Collapse file tree 9 files changed +3
-12
lines changed Expand file tree Collapse file tree 9 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2161,7 +2161,6 @@ PREDEFINED = \
21612161 PBDRV_CONFIG_HAS_PORT_2=1 \
21622162 PBDRV_CONFIG_HAS_PORT_3=1 \
21632163 PBDRV_CONFIG_HAS_PORT_4=1 \
2164- PBSYS_CONFIG_BLUETOOTH=1 \
21652164 PBSYS_CONFIG_HUB_LIGHT_MATRIX=1 \
21662165 PBSYS_CONFIG_STATUS_LIGHT=1 \
21672166 PBSYS_CONFIG_STATUS_LIGHT_BATTERY=1 \
Original file line number Diff line number Diff line change 99#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (1)
1010#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (0)
1111#define PBSYS_CONFIG_BATTERY_CHARGER (0)
12- #define PBSYS_CONFIG_BLUETOOTH (1)
1312#define PBSYS_CONFIG_HMI (1)
1413#define PBSYS_CONFIG_HMI_STOP_BUTTON (1 << 5) // center
1514#define PBSYS_CONFIG_HMI_PUP (1)
Original file line number Diff line number Diff line change 77#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (1)
88#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (1)
99#define PBSYS_CONFIG_BATTERY_CHARGER (1)
10- #define PBSYS_CONFIG_BLUETOOTH (1)
1110#define PBSYS_CONFIG_HMI (1)
1211#define PBSYS_CONFIG_HMI_STOP_BUTTON (1 << 5) // center
1312#define PBSYS_CONFIG_HMI_PUP (1)
Original file line number Diff line number Diff line change 99#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (1)
1010#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (0)
1111#define PBSYS_CONFIG_BATTERY_CHARGER (0)
12- #define PBSYS_CONFIG_BLUETOOTH (1)
1312#define PBSYS_CONFIG_HMI (1)
1413#define PBSYS_CONFIG_HMI_STOP_BUTTON (1 << 5) // center
1514#define PBSYS_CONFIG_HMI_PUP (1)
Original file line number Diff line number Diff line change 77#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (1)
88#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (1)
99#define PBSYS_CONFIG_BATTERY_CHARGER (1)
10- #define PBSYS_CONFIG_BLUETOOTH (1)
11- #define PBSYS_CONFIG_BLUETOOTH_TOGGLE (1)
1210#define PBSYS_CONFIG_HMI (1)
1311#define PBSYS_CONFIG_HMI_STOP_BUTTON (1 << 5) // center
1412#define PBSYS_CONFIG_HMI_NUM_SLOTS (5)
Original file line number Diff line number Diff line change 99#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (1)
1010#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (0)
1111#define PBSYS_CONFIG_BATTERY_CHARGER (0)
12- #define PBSYS_CONFIG_BLUETOOTH (1)
1312#define PBSYS_CONFIG_HMI (1)
1413#define PBSYS_CONFIG_HMI_STOP_BUTTON (1 << 5) // center
1514#define PBSYS_CONFIG_HMI_PUP (1)
Original file line number Diff line number Diff line change 66#define PBSYS_CONFIG_FEATURE_BUILTIN_USER_PROGRAM_IMU_CALIBRATION (0)
77#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6 (0)
88#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (0)
9- #define PBSYS_CONFIG_BLUETOOTH (1)
109#define PBSYS_CONFIG_HOST (1)
1110#define PBSYS_CONFIG_HOST_STDIN_BUF_SIZE (64)
1211#define PBSYS_CONFIG_HMI_NUM_SLOTS (0)
Original file line number Diff line number Diff line change 88#define PBSYS_CONFIG_FEATURE_PROGRAM_FORMAT_MULTI_MPY_V6_3_NATIVE (0)
99
1010#define PBSYS_CONFIG_BATTERY_CHARGER (0)
11- #define PBSYS_CONFIG_BLUETOOTH (1)
1211#define PBSYS_CONFIG_HOST (1)
1312#define PBSYS_CONFIG_HOST_STDIN_BUF_SIZE (21)
1413#define PBSYS_CONFIG_HMI (1)
Original file line number Diff line number Diff line change 1313#include <pbsys/command.h>
1414#include <pbsys/host.h>
1515
16- #define BLE_ONLY (PBSYS_CONFIG_BLUETOOTH && (!PBDRV_CONFIG_USB || PBDRV_CONFIG_USB_CHARGE_ONLY))
17- #define USB_ONLY (!PBSYS_CONFIG_BLUETOOTH && PBDRV_CONFIG_USB && !PBDRV_CONFIG_USB_CHARGE_ONLY)
18- #define BLE_AND_USB (PBSYS_CONFIG_BLUETOOTH && PBDRV_CONFIG_USB && !PBDRV_CONFIG_USB_CHARGE_ONLY)
16+ #define BLE_ONLY (PBDRV_CONFIG_BLUETOOTH && (!PBDRV_CONFIG_USB || PBDRV_CONFIG_USB_CHARGE_ONLY))
17+ #define USB_ONLY (!PBDRV_CONFIG_BLUETOOTH && PBDRV_CONFIG_USB && !PBDRV_CONFIG_USB_CHARGE_ONLY)
18+ #define BLE_AND_USB (PBDRV_CONFIG_BLUETOOTH && PBDRV_CONFIG_USB && !PBDRV_CONFIG_USB_CHARGE_ONLY)
1919
2020static pbsys_host_stdin_event_callback_t pbsys_host_stdin_event_callback ;
2121static lwrb_t pbsys_host_stdin_ring_buf ;
You can’t perform that action at this time.
0 commit comments