Skip to content

Commit 76f444c

Browse files
M-ichae-lgithub-actions[bot]
authored andcommitted
Pre Release Version 4.0.8
Version 4.0.8 - 2024/10/25 Feature: - Update UVCDObjectDetectionLoop.ino - Add OSD draw boundary box API Updates: - Update code base - Update SSL Client API - Reset errno to 0 when starting a new SSL client connection Misc: - Update ameba_pro2_nn_models 1.0.1 - Remove "yolov4_tiny_320p", "yolov4_tiny_320p_nv12", "scrfd320p_nv12", "nanodet_plus_m_416", "nanodet_plus_m_320p" - Add "yolov3_tiny" - Update README.md - Update ameba_pro2_tools 1.3.11 - Update sensor F55 iq files
1 parent 79f31d7 commit 76f444c

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/release_log.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Version 4.0.8 - 2024/08/05
66
Version 4.0.8 - 2024/09/20
77
Version 4.0.8 - 2024/10/03
88
Version 4.0.8 - 2024/10/08
9+
Version 4.0.8 - 2024/10/25
910

1011
Feature:
1112
- Update comment in WideDynamicRange.ino
@@ -18,6 +19,8 @@ Feature:
1819
- Add filesystem Example GetFreeAndUseSpace
1920
- Add sensor PS5268 support
2021
- Add Example UVC_ObjectDetectionLoop
22+
- Update UVCDObjectDetectionLoop.ino
23+
- Add OSD draw boundary box
2124

2225
API Updates:
2326
- Update SDK code base
@@ -30,6 +33,9 @@ API Updates:
3033
- Update "UVCD.cpp" and "UVCD.h"
3134
- Update "video_drv.c" and "video_drv.h"
3235
- Update "qrcode_drv.c"
36+
- Update code base
37+
- Update SSL Client API
38+
- Reset errno to 0 when starting a new SSL client connection
3339

3440
Misc:
3541
- Update CI_compile_examples.yml
@@ -59,3 +65,9 @@ Misc:
5965
- Add sensor PS5268 realted support
6066
- Update ameba_pro2_tools 1.3.10
6167
- Add sensor PS5268 iq files
68+
- Update ameba_pro2_nn_models 1.0.1
69+
- Remove "yolov4_tiny_320p", "yolov4_tiny_320p_nv12", "scrfd320p_nv12", "nanodet_plus_m_416", "nanodet_plus_m_320p"
70+
- Add "yolov3_tiny"
71+
- Update README.md
72+
- Update ameba_pro2_tools 1.3.11
73+
- Update sensor F55 iq files

Arduino_package/package_realtek_amebapro2_early_index.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,45 @@
1313
{
1414
"name": "Realtek Ameba Boards (32-bit Arm v8M @500MHz)",
1515
"architecture": "AmebaPro2",
16+
"version": "4.0.8-build20241025",
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-build20241025.tar.gz",
22+
"archiveFileName": "ameba_pro2-4.0.8-build20241025.tar.gz",
23+
"checksum": "SHA-256:8a55accb6fcfa794788f57bc18bb5ed62144d6d1154ab28b37051af8c2893bd0",
24+
"size": "69108051",
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",
1655
"version": "4.0.8-build20241008",
1756
"category": "Contributed",
1857
"help": {
Binary file not shown.

0 commit comments

Comments
 (0)