File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Version 4.0.8 – 2024/07/25
5
5
Version 4.0.8 - 2024/08/05
6
6
Version 4.0.8 - 2024/09/20
7
7
Version 4.0.8 - 2024/10/03
8
+ Version 4.0.8 - 2024/10/08
8
9
9
10
Feature:
10
11
- Update comment in WideDynamicRange.ino
@@ -16,6 +17,8 @@ Feature:
16
17
- Add sensor IMX327 support
17
18
- Add filesystem Example GetFreeAndUseSpace
18
19
- Add sensor PS5268 support
20
+ - Add sensor PS5268 support
21
+ - Add Example UVC_ObjectDetectionLoop
19
22
20
23
API Updates:
21
24
- Update SDK code base
@@ -28,6 +31,9 @@ API Updates:
28
31
- Update USB UVCD related API
29
32
- Update AmebaFatFS.cpp
30
33
- Update AmebaFatFS.h
34
+ - Update UVCD.cpp and UVCD.h
35
+ - Update video_drv.c and video_drv.h
36
+ - Update yuv_snapshot_init(void *ctx) in qrcode_drv.c
31
37
32
38
Misc:
33
39
- Update CI_compile_examples.yml
55
61
- Add sensor IMX327 realted support
56
62
- Update ameba_pro2_tools 1.3.9
57
63
- Add sensor PS5268 realted support
64
+ - Update ameba_pro2_tools 1.3.10
65
+ - Add sensor PS5268 iq files
Original file line number Diff line number Diff line change 13
13
{
14
14
"name" : " Realtek Ameba Boards (32-bit Arm v8M @500MHz)" ,
15
15
"architecture" : " AmebaPro2" ,
16
+ "version" : " 4.0.8-build20241008" ,
17
+ "category" : " Contributed" ,
18
+ "help" : {
19
+ "online" : " https://forum.amebaiot.com/"
20
+ },
21
+ "url" : " https://github.com/ambiot/ambpro2_arduino/raw/dev/Arduino_package/release/ameba_pro2-4.0.8-build20241008.tar.gz" ,
22
+ "archiveFileName" : " ameba_pro2-4.0.8-build20241008.tar.gz" ,
23
+ "checksum" : " SHA-256:a592b7e92adfb4c8585d20015c6961f1d5c9b7b88dff6d751bccd141de694528" ,
24
+ "size" : " 69095230" ,
25
+ "boards" : [
26
+ {"name" : " AMB82 (RTL8735B)" },
27
+ {"name" : " AMB82-MINI (RTL8735B)" }
28
+ ],
29
+ "toolsDependencies" : [
30
+ {
31
+ "packager" : " realtek" ,
32
+ "name" : " ameba_pro2_toolchain" ,
33
+ "version" : " 1.0.1-p1"
34
+ },
35
+ {
36
+ "packager" : " realtek" ,
37
+ "name" : " ameba_pro2_toolchain2" ,
38
+ "version" : " 1.0.1-p2"
39
+ },
40
+ {
41
+ "packager" : " realtek" ,
42
+ "name" : " ameba_pro2_tools" ,
43
+ "version" : " 1.3.10"
44
+ },
45
+ {
46
+ "packager" : " realtek" ,
47
+ "name" : " ameba_pro2_nn_models" ,
48
+ "version" : " 1.0.0"
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "name" : " Realtek Ameba Boards (32-bit Arm v8M @500MHz)" ,
54
+ "architecture" : " AmebaPro2" ,
16
55
"version" : " 4.0.8-build20241003" ,
17
56
"category" : " Contributed" ,
18
57
"help" : {
You can’t perform that action at this time.
0 commit comments