mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
ports/stm32: Link CYW43 BTHCI.
* The default/weak bthci was used.
This commit is contained in:
parent
e6572097b1
commit
e5b3604bd6
@ -129,13 +129,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable FAST (20+ KBs).
|
||||||
#define IMLIB_ENABLE_FAST
|
//#define IMLIB_ENABLE_FAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
|
|
||||||
// Enable find_lbp()
|
// Enable find_lbp()
|
||||||
#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
|||||||
@ -473,6 +473,9 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/,\
|
|||||||
extmod/network_cyw43.o \
|
extmod/network_cyw43.o \
|
||||||
extmod/network_lwip.o \
|
extmod/network_lwip.o \
|
||||||
)
|
)
|
||||||
|
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/drivers/,\
|
||||||
|
cyw43/cywbt.o \
|
||||||
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MICROPY_BLUETOOTH_NIMBLE),1)
|
ifeq ($(MICROPY_BLUETOOTH_NIMBLE),1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user