docs(jpeg): Add basic programming guide for jpeg decoder

This commit is contained in:
Cao Sen Miao
2024-02-28 15:16:57 +08:00
parent 518c7f5b14
commit d11030ade6
16 changed files with 320 additions and 59 deletions

View File

@@ -12,3 +12,6 @@ INPUT += \
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
$(PROJECT_PATH)/components/hal/include/hal/jpeg_types.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \