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