Skip to content

Commit

Permalink
chore: update sscma-micro
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Oct 15, 2024
1 parent 03c6a9c commit acf0128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EPII_CM55M_APP_S/library/sscma_micro
Submodule sscma_micro updated 42 files
+24 −0 .github/workflows/sync_issues.yml
+14 −8 core/algorithm/el_algorithm_yolo_world.cpp
+2 −2 core/engine/el_engine_base.h
+2 −0 core/engine/el_engine_tflite.cpp
+1 −1 core/engine/el_engine_tflite.h
+1 −1 core/utils/el_base64.cpp
+1 −0 core/utils/el_ringbuffer.hpp
+9 −9 docs/protocol/at_protocol.md
+4 −2 porting/el_camera.h
+4 −0 porting/el_device.h
+1 −0 porting/himax/we2/boards/grove_vision_ai_we2/board.h
+11 −6 porting/himax/we2/boards/sensecap_watcher/board.h
+69 −5 porting/himax/we2/drivers/OV5647_mipi_2lane_1296x972.i
+169 −0 porting/himax/we2/drivers/OV5647_mipi_2lane_1296x97_.i
+2 −2 porting/himax/we2/drivers/OV5647_mipi_2lane_640x480.i
+22 −5 porting/himax/we2/drivers/drv_common.c
+3 −0 porting/himax/we2/drivers/drv_common.h
+2 −0 porting/himax/we2/drivers/drv_hm0360.c
+2 −1 porting/himax/we2/drivers/drv_imx219.c
+2 −1 porting/himax/we2/drivers/drv_imx708.c
+26 −12 porting/himax/we2/drivers/drv_ov5647.c
+23 −19 porting/himax/we2/drivers/drv_ov5647.h
+15 −10 porting/himax/we2/drivers/drv_shared_cfg.h
+72 −7 porting/himax/we2/el_camera_we2.cpp
+4 −1 porting/himax/we2/el_camera_we2.h
+14 −13 porting/himax/we2/el_config_porting.h
+31 −5 porting/himax/we2/el_device_we2.cpp
+4 −0 porting/himax/we2/el_device_we2.h
+4 −0 porting/himax/we2/el_extfs_we2.cpp
+13 −5 porting/himax/we2/el_flash_we2.cpp
+7 −5 porting/himax/we2/el_serial_we2.cpp
+4 −3 porting/himax/we2/el_sspi_we2.cpp
+14 −7 sscma/callback/action.hpp
+8 −2 sscma/callback/info.hpp
+52 −18 sscma/callback/invoke.hpp
+4 −1 sscma/callback/sensor.hpp
+18 −3 sscma/definations.hpp
+2 −0 sscma/hooks.hpp
+55 −4 sscma/main_task.hpp
+5 −1 sscma/repl/executor.hpp
+4 −2 sscma/repl/server.hpp
+10 −5 sscma/static_resource.hpp

0 comments on commit acf0128

Please sign in to comment.