mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
16 lines
372 B
Makefile
Executable File
16 lines
372 B
Makefile
Executable File
MCU=STM32F407xx
|
|
CPU=cortex-m4
|
|
FPU=fpv4-sp-d16
|
|
PORT=stm32
|
|
OMV_FIRM_BASE=0x08000000
|
|
OMV_FIRM_ADDR=0x08010000
|
|
OMV_BOOT_ADDR=0x08000000
|
|
OMV_HSE_VALUE=12000000
|
|
DFU_DEVICE=0x0483:0xdf11
|
|
OMV_ENABLE_BL=1
|
|
OMV_ENABLE_UVC=1
|
|
OMV_BOARD_CFLAGS=-DUSE_USB_FS
|
|
MICROPY_PY_CSI = 1
|
|
MICROPY_PY_WINC1500 = 1
|
|
$(error "This camera is no longer supported :O Have fun hacking the code $(BRACKET)")
|