bl_mcu_sdk/examples/peripherals/usbdev/usbd_static_video
jzlv 356f258e83 [sync] sync from internal repo
* use nuttx libc, disable system libc
* use tlsf as default
* update lhal flash driver
* add example readme
* add flash ini for new flash tool
* add fw header for new flash tool
2023-01-17 21:04:07 +08:00
..
CMakeLists.txt [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
flash_prog_cfg.ini [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
main.c [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
Makefile [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
pic_data.h [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
proj.conf [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
README.md [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
usb_config.h [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00
video_static_mjpeg_template.c [refactor] refactor mcu sdk framework, add BL702,BL616,BL808 CHIP support 2022-10-21 10:20:58 +08:00

usbd_static_video

Support CHIP

CHIP Remark
BL702/BL704/BL706
BL616/BL618
BL808 D0 has no irq

Compile

  • BL702/BL704/BL706
make CHIP=bl702 BOARD=bl702dk
  • BL616/BL618
make CHIP=bl616 BOARD=bl616dk
  • BL808
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0

Flash

make flash CHIP=chip_name COMX=xxx # xxx is your com name