File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ extern struct _spi_bdev_t spi_bdev2;
177
177
#define MICROPY_HW_USB_HS_IN_FS (1)
178
178
#define MICROPY_HW_USB_MAIN_DEV (USB_PHY_HS_ID)
179
179
180
+ // Bluetooth config
181
+ #define MICROPY_HW_BLE_UART_ID (PYB_UART_6)
182
+ #define MICROPY_HW_BLE_UART_BAUDRATE (115200)
183
+
180
184
/******************************************************************************/
181
185
// Bootloader configuration
182
186
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ TEXT0_SECTIONS = .isr_vector .text .data
10
10
TEXT1_SECTIONS = .text_ext
11
11
12
12
# MicroPython settings
13
+ MICROPY_PY_BLUETOOTH = 1
14
+ MICROPY_BLUETOOTH_NIMBLE = 1
13
15
MICROPY_PY_LWIP = 1
14
16
MICROPY_PY_NETWORK_CYW43 = 1
15
17
MICROPY_PY_USSL = 1
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ TEXT0_SECTIONS = .isr_vector .text .data
10
10
TEXT1_SECTIONS = .text_ext
11
11
12
12
# MicroPython settings
13
+ MICROPY_PY_BLUETOOTH = 1
14
+ MICROPY_BLUETOOTH_NIMBLE = 1
13
15
MICROPY_PY_LWIP = 1
14
16
MICROPY_PY_NETWORK_CYW43 = 1
15
17
MICROPY_PY_USSL = 1
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ LD_FILES = boards/PYBD_SF6/f767.ld
7
7
TEXT0_ADDR = 0x08008000
8
8
9
9
# MicroPython settings
10
+ MICROPY_PY_BLUETOOTH = 1
11
+ MICROPY_BLUETOOTH_NIMBLE = 1
10
12
MICROPY_PY_LWIP = 1
11
13
MICROPY_PY_NETWORK_CYW43 = 1
12
14
MICROPY_PY_USSL = 1
You can’t perform that action at this time.
0 commit comments