mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2661 from openmv/fix_genx_flags
Some checks are pending
🔥 Firmware Build / build-firmware (ARDUINO_GIGA) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_33_BLE_SENSE) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_RP2040_CONNECT) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NICLA_VISION) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_PORTENTA_H7) (push) Waiting to run
🔥 Firmware Build / build-firmware (DOCKER) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV2) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4P) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMVPT) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_AE3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_RT1060) (push) Waiting to run
🔥 Firmware Build / code-size-report (push) Blocked by required conditions
🔥 Firmware Build / stable-release (push) Blocked by required conditions
🔥 Firmware Build / development-release (push) Blocked by required conditions
Some checks are pending
🔥 Firmware Build / build-firmware (ARDUINO_GIGA) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_33_BLE_SENSE) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NANO_RP2040_CONNECT) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_NICLA_VISION) (push) Waiting to run
🔥 Firmware Build / build-firmware (ARDUINO_PORTENTA_H7) (push) Waiting to run
🔥 Firmware Build / build-firmware (DOCKER) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV2) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV4P) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMVPT) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_AE3) (push) Waiting to run
🔥 Firmware Build / build-firmware (OPENMV_RT1060) (push) Waiting to run
🔥 Firmware Build / code-size-report (push) Blocked by required conditions
🔥 Firmware Build / stable-release (push) Blocked by required conditions
🔥 Firmware Build / development-release (push) Blocked by required conditions
drivers: Move GenX EHC back to boardconfig.h.
This commit is contained in:
commit
54afd39ba8
@ -51,6 +51,7 @@
|
|||||||
#define OMV_PAG7920_ENABLE (1)
|
#define OMV_PAG7920_ENABLE (1)
|
||||||
#define OMV_PAJ6100_ENABLE (1)
|
#define OMV_PAJ6100_ENABLE (1)
|
||||||
#define OMV_FROGEYE2020_ENABLE (1)
|
#define OMV_FROGEYE2020_ENABLE (1)
|
||||||
|
#define OMV_GENX320_EHC_ENABLE (1)
|
||||||
|
|
||||||
// FIR drivers configuration.
|
// FIR drivers configuration.
|
||||||
#define OMV_FIR_MLX90621_ENABLE (1)
|
#define OMV_FIR_MLX90621_ENABLE (1)
|
||||||
|
|||||||
@ -11,7 +11,6 @@ OMV_HSE_VALUE=12000000
|
|||||||
OMV_ENABLE_BL=1
|
OMV_ENABLE_BL=1
|
||||||
OMV_ENABLE_UVC=1
|
OMV_ENABLE_UVC=1
|
||||||
OMV_GENX320_ENABLE=1
|
OMV_GENX320_ENABLE=1
|
||||||
OMV_GENX320_EHC_ENABLE=1
|
|
||||||
OMV_LEPTON_SDK_ENABLE=1
|
OMV_LEPTON_SDK_ENABLE=1
|
||||||
MICROPY_PY_CSI = 1
|
MICROPY_PY_CSI = 1
|
||||||
MICROPY_PY_FIR = 1
|
MICROPY_PY_FIR = 1
|
||||||
|
|||||||
@ -45,6 +45,7 @@
|
|||||||
#define OMV_PAG7920_ENABLE (1)
|
#define OMV_PAG7920_ENABLE (1)
|
||||||
#define OMV_PAJ6100_ENABLE (1)
|
#define OMV_PAJ6100_ENABLE (1)
|
||||||
#define OMV_FROGEYE2020_ENABLE (1)
|
#define OMV_FROGEYE2020_ENABLE (1)
|
||||||
|
#define OMV_GENX320_EHC_ENABLE (1)
|
||||||
|
|
||||||
// FIR drivers configuration.
|
// FIR drivers configuration.
|
||||||
#define OMV_FIR_MLX90621_ENABLE (1)
|
#define OMV_FIR_MLX90621_ENABLE (1)
|
||||||
|
|||||||
@ -10,7 +10,6 @@ OMV_FIRM_ADDR=0x60000000
|
|||||||
OMV_HSE_VALUE=12000000
|
OMV_HSE_VALUE=12000000
|
||||||
OMV_BOSON_ENABLE=1
|
OMV_BOSON_ENABLE=1
|
||||||
OMV_GENX320_ENABLE=1
|
OMV_GENX320_ENABLE=1
|
||||||
OMV_GENX320_EHC_ENABLE=1
|
|
||||||
OMV_LEPTON_SDK_ENABLE=1
|
OMV_LEPTON_SDK_ENABLE=1
|
||||||
MICROPY_PY_CSI = 1
|
MICROPY_PY_CSI = 1
|
||||||
MICROPY_PY_FIR = 1
|
MICROPY_PY_FIR = 1
|
||||||
|
|||||||
@ -113,9 +113,7 @@ DRIVER_SRC_C += $(addprefix genx320/src/, \
|
|||||||
psee_genx320.c \
|
psee_genx320.c \
|
||||||
)
|
)
|
||||||
|
|
||||||
OMV_GENX320_EHC_ENABLE ?= 0
|
|
||||||
CFLAGS += -DOMV_GENX320_ENABLE=1
|
CFLAGS += -DOMV_GENX320_ENABLE=1
|
||||||
CFLAGS += -DOMV_GENX320_EHC_ENABLE=$(OMV_GENX320_EHC_ENABLE)
|
|
||||||
CFLAGS += -I$(TOP_DIR)/drivers/genx320/include
|
CFLAGS += -I$(TOP_DIR)/drivers/genx320/include
|
||||||
endif # OMV_GENX320_ENABLE
|
endif # OMV_GENX320_ENABLE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user