add camera driver and examples for edu-riscv64

This commit is contained in:
wuzheng
2022-11-18 20:20:34 +08:00
parent f22fbc3c94
commit 06ed03337a
36 changed files with 7038 additions and 351 deletions
+6
View File
@@ -163,3 +163,9 @@ if BSP_USING_DAC
bool "Using DAC bus drivers"
default n
endif
if BSP_USING_CAMERA
config RESOURCES_CAMERA
bool "Using Camera bus drivers"
default n
endif