Skip to content

Commit 141fe25

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 14583ff commit 141fe25

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
@@ -7,6 +7,7 @@ Version 4.0.8 - 2024/09/20
77
Version 4.0.8 - 2024/10/03
88
Version 4.0.8 - 2024/10/08
99
Version 4.0.8 - 2024/10/25
10+
Version 4.0.8 - 2024/10/25
1011

1112
Feature:
1213
- Update comment in WideDynamicRange.ino
@@ -21,6 +22,8 @@ Feature:
2122
- Add Example UVC_ObjectDetectionLoop
2223
- Update UVCDObjectDetectionLoop.ino
2324
- Add OSD draw boundary box
25+
- Update UVCDObjectDetectionLoop.ino
26+
- Add OSD draw boundary box
2427

2528
API Updates:
2629
- Update SDK code base
@@ -34,6 +37,9 @@ API Updates:
3437
- Update "video_drv.c" and "video_drv.h"
3538
- Update "qrcode_drv.c"
3639
- Update code base
40+
- Update SSL Client API
41+
- Reset errno to 0 when starting a new SSL client connection
42+
- Update code base
3743
- Update SSL Client API
3844
- Reset errno to 0 when starting a new SSL client connection
3945

@@ -71,3 +77,9 @@ Misc:
7177
- Update README.md
7278
- Update ameba_pro2_tools 1.3.11
7379
- Update sensor F55 iq files
80+
- Update ameba_pro2_nn_models 1.0.1
81+
- Remove "yolov4_tiny_320p", "yolov4_tiny_320p_nv12", "scrfd320p_nv12", "nanodet_plus_m_416", "nanodet_plus_m_320p"
82+
- Add "yolov3_tiny"
83+
- Update README.md
84+
- Update ameba_pro2_tools 1.3.11
85+
- 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
@@ -20,6 +20,45 @@
2020
},
2121
"url": "https://github.com/ambiot/ambpro2_arduino/raw/dev/Arduino_package/release/ameba_pro2-4.0.8-build20241025.tar.gz",
2222
"archiveFileName": "ameba_pro2-4.0.8-build20241025.tar.gz",
23+
"checksum": "SHA-256:233d31a2b8aba3a7e65c05910f44ca2c8d5e7f940f09abd10cf409cfdb3c0638",
24+
"size": "69119683",
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.11"
44+
},
45+
{
46+
"packager": "realtek",
47+
"name": "ameba_pro2_nn_models",
48+
"version": "1.0.1"
49+
}
50+
]
51+
},
52+
{
53+
"name": "Realtek Ameba Boards (32-bit Arm v8M @500MHz)",
54+
"architecture": "AmebaPro2",
55+
"version": "4.0.8-build20241025",
56+
"category": "Contributed",
57+
"help": {
58+
"online": "https://forum.amebaiot.com/"
59+
},
60+
"url": "https://github.com/ambiot/ambpro2_arduino/raw/dev/Arduino_package/release/ameba_pro2-4.0.8-build20241025.tar.gz",
61+
"archiveFileName": "ameba_pro2-4.0.8-build20241025.tar.gz",
2362
"checksum": "SHA-256:8a55accb6fcfa794788f57bc18bb5ed62144d6d1154ab28b37051af8c2893bd0",
2463
"size": "69108051",
2564
"boards": [
Binary file not shown.

0 commit comments

Comments
 (0)