Skip to content

Commit bea859f

Browse files
committed
Pre Release Version 3.1.8
Version 3.1.8 – 2025/02/25 Feature: - Add Advanced WiFi Scan Networks Example - Add board SparkFun Thing Plus NORAW306 - Add board Datalogger IoT - Add OTA HTTP Example - Add set WiFi server to blocking mode in Simple Web Server WiFi example - Update Web_UI.html by Web_test.html in Read HTML From SD Card example - Add setBlockingMode in Read HTML From SD Card example - Update increase stack size for stability, BLE example - Update HTTP example - Add PDM for Audio Record Example API Updates: - Update SPI.h - Added the code with implementation of AES in CBC mode - Update OTA.cpp - Update WifiClient.cpp - Update wiring_constant.h - Update compatibility for SparkFun Thing Plus NORAW306 - Update the pin definitions for the hardware section of the Datalogger boards - Update to fix disabling of SPI in show() - Updating dataMode in beginTransaction() - Update datalogger_amb26/variant.h - Update OTA.cpp and OTA.h to allow multithreading tasks for OTA HTTP - Update WiFiClient and WiFiServer to enable WiFiClient non-blocking mode - Update SoftwareSerial::setBufferSize realloc - Add a delay to MQTT loop() function to avoid connection loss - Add set blocking mode for TCP server - Add setBlockingMode for WiFi Client - Update support for BOARD_DATALOGGER_AMB26 Misc: - Add CI test compiling the examples - Update CI_compile_examples.yml - Update spell_check.yml - Update boards.txt - Update platform.txt - Update .zip file and patches for tensorflow lite
1 parent 7e59f1e commit bea859f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Arduino_package/package_realtek_amebad_early_index.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,44 @@
1313
{
1414
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
1515
"architecture": "AmebaD",
16+
"version": "3.1.8-build20250225",
17+
"category": "Contributed",
18+
"help": {
19+
"online": "https://www.amebaiot.com/"
20+
},
21+
"url": "https://github.com/Ameba-AIoT/ameba-arduino-d/raw/dev/Arduino_package/release/ameba_d-3.1.8-build20250225.tar.gz",
22+
"archiveFileName": "ameba_d-3.1.8-build20250225.tar.gz",
23+
"checksum": "SHA-256:ad2d955aeb78d13afa84397e4fa776214d291d34c61f7b736409c40d437bc347",
24+
"size": "15554674",
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 SparkFun Thing Plus (RTL8721DM)"},
32+
{"name": "AMB25 (RTL8720DF)"},
33+
{"name": "AMB26 (RTL8720DF)"},
34+
{"name": "NORA-W30 (RTL8720DF)"},
35+
{"name": "NORA-W306 SparkFun Thing Plus (RTL8720DF)"},
36+
{"name": "Datalogger Kevin’s Lab (RTL8720DF)"}
37+
],
38+
"toolsDependencies": [
39+
{
40+
"packager": "realtek",
41+
"name": "ameba_d_asdk_toolchain",
42+
"version": "1.0.1"
43+
},
44+
{
45+
"packager": "realtek",
46+
"name": "ameba_d_tools",
47+
"version": "1.1.3"
48+
}
49+
]
50+
},
51+
{
52+
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
53+
"architecture": "AmebaD",
1654
"version": "3.1.8-build20250206",
1755
"category": "Contributed",
1856
"help": {
Binary file not shown.

0 commit comments

Comments
 (0)