Skip to content

Commit c3b157a

Browse files
committed
Pre Release Version 3.1.7
Version 3.1.7 – 2024/02/16 Feature: - Add DCT api examples - Add include files in compile flag - Add sub module of Preferences Credits to https://github.com/vshymanskyy/Preferences/tree/main - Add example for the RGB LED on the BW16 - Credits to https://github.com/designer2k2 API Updates: - Update platform.txt - fix compile issue when username has space - Update PMS3003.h - bug fix for undeclared data type - Update the pin_check related API - enhance the logic of checking - speed up the process Misc: - Add CODE_OF_CONDUCT.md, LICENSE, CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md and Issue Template - Add workflows for label related - Add workflows spell_check.yml - Enable "Check word spell" - Actions run every 'push' and 'pull_request'
1 parent b9890b7 commit c3b157a

File tree

4 files changed

+73
-1
lines changed

4 files changed

+73
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please describe your proposed Pull Request and it's impact.
1515

1616
## Tests and Environments
1717
Please describe on what Hardware, SDK, IDE, OS that tested this Pull Request and how if necessary.
18-
(*eg. Tested this Pull Request on AMB82-mini, ambpro2_arduino V4.0.0, under arduino IDE 2.0, in windows 10*)
18+
(*eg. Tested on AMB21, ambpd_arduino V3.1.7, Arduino IDE 2.3.0, Windows 10*)
1919

2020
## Remark related links
2121
Please provide links to related issue, PRs etc.

Arduino_package/package_realtek.com_amebad_early_index.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,42 @@
1313
{
1414
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
1515
"architecture": "AmebaD",
16+
"version": "3.1.7-build20240216",
17+
"category": "Contributed",
18+
"help": {
19+
"online": "https://www.amebaiot.com/"
20+
},
21+
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d-3.1.7-build20240216.tar.gz",
22+
"archiveFileName": "ameba_d-3.1.7-build20240216.tar.gz",
23+
"checksum": "SHA-256:80d0fdf4bafee466f9b8ed45b2133b1900a46b0a744fbf105563b4e0ea8bc8e2",
24+
"size": "15551847",
25+
"boards": [
26+
{"name": "AMB21 (RTL8722DM)"},
27+
{"name": "AMB22 (RTL8722CSM)"},
28+
{"name": "AMB23 (RTL8722DM)"},
29+
{"name": "BW16 (RTL8720DN)"},
30+
{"name": "BW16-TypeC (RTL8720DN)"},
31+
{"name": "AW-CU488 Thing Plus (RTL8721DM)"},
32+
{"name": "AMB25 (RTL8720DF)"},
33+
{"name": "AMB26 (RTL8720DF)"},
34+
{"name": "NORA-W30 (RTL8720DF)"}
35+
],
36+
"toolsDependencies": [
37+
{
38+
"packager": "realtek",
39+
"name": "ameba_d_asdk_toolchain",
40+
"version": "1.0.1"
41+
},
42+
{
43+
"packager": "realtek",
44+
"name": "ameba_d_tools",
45+
"version": "1.1.3"
46+
}
47+
]
48+
},
49+
{
50+
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
51+
"architecture": "AmebaD",
1652
"version": "3.1.7-build20231130",
1753
"category": "Contributed",
1854
"help": {

Arduino_package/package_realtek_amebad_early_index.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,42 @@
1313
{
1414
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
1515
"architecture": "AmebaD",
16+
"version": "3.1.7-build20240216",
17+
"category": "Contributed",
18+
"help": {
19+
"online": "https://www.amebaiot.com/"
20+
},
21+
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d-3.1.7-build20240216.tar.gz",
22+
"archiveFileName": "ameba_d-3.1.7-build20240216.tar.gz",
23+
"checksum": "SHA-256:80d0fdf4bafee466f9b8ed45b2133b1900a46b0a744fbf105563b4e0ea8bc8e2",
24+
"size": "15551847",
25+
"boards": [
26+
{"name": "AMB21 (RTL8722DM)"},
27+
{"name": "AMB22 (RTL8722CSM)"},
28+
{"name": "AMB23 (RTL8722DM)"},
29+
{"name": "BW16 (RTL8720DN)"},
30+
{"name": "BW16-TypeC (RTL8720DN)"},
31+
{"name": "AW-CU488 Thing Plus (RTL8721DM)"},
32+
{"name": "AMB25 (RTL8720DF)"},
33+
{"name": "AMB26 (RTL8720DF)"},
34+
{"name": "NORA-W30 (RTL8720DF)"}
35+
],
36+
"toolsDependencies": [
37+
{
38+
"packager": "realtek",
39+
"name": "ameba_d_asdk_toolchain",
40+
"version": "1.0.1"
41+
},
42+
{
43+
"packager": "realtek",
44+
"name": "ameba_d_tools",
45+
"version": "1.1.3"
46+
}
47+
]
48+
},
49+
{
50+
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
51+
"architecture": "AmebaD",
1652
"version": "3.1.7-build20231130",
1753
"category": "Contributed",
1854
"help": {
14.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)