File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161#define MICROPY_HW_USB_FS (1)
6262#define USBD_CDC_RX_DATA_SIZE (512)
6363#define USBD_CDC_TX_DATA_SIZE (512)
64+
65+ // Bluetooth config
66+ #define MICROPY_HW_BLE_UART_ID (0)
67+ #define MICROPY_HW_BLE_UART_BAUDRATE (115200)
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ CMSIS_MCU = STM32WB55xx
33AF_FILE = boards/stm32wb55_af.csv
44LD_FILES = boards/stm32wb55xg.ld boards/common_basic.ld
55STARTUP_FILE = lib/stm32lib/CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb55xx_cm4.o
6+
7+ # MicroPython settings
8+ MICROPY_PY_BLUETOOTH = 1
9+ MICROPY_BLUETOOTH_NIMBLE = 1
Original file line number Diff line number Diff line change 4040#define MICROPY_HW_USB_FS (1)
4141#define USBD_CDC_RX_DATA_SIZE (512)
4242#define USBD_CDC_TX_DATA_SIZE (512)
43+
44+ // Bluetooth config
45+ #define MICROPY_HW_BLE_UART_ID (0)
46+ #define MICROPY_HW_BLE_UART_BAUDRATE (115200)
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ CMSIS_MCU = STM32WB55xx
33AF_FILE = boards/stm32wb55_af.csv
44LD_FILES = boards/stm32wb55xg.ld boards/common_basic.ld
55STARTUP_FILE = lib/stm32lib/CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb55xx_cm4.o
6+
7+ # MicroPython settings
8+ MICROPY_PY_BLUETOOTH = 1
9+ MICROPY_BLUETOOTH_NIMBLE = 1
You can’t perform that action at this time.
0 commit comments