You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releaseNotes.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
## Version: 1.5.0
2
+
Release type: **Feature Release**
3
+
4
+
Date: Jan 29, 2024
5
+
6
+
### New Features
7
+
- AAGBT-42: Add AWS IoT Core support
8
+
- AAGBT-76: Add a [developers guide](./docs/OobDevelopmentNotes.md) to help developers leverage the OOB application for custom designs
9
+
- AABGT-114: Add support to modify the [decimation_inshift](./docs/ApplicationUserGuide.md#audio-input-level-control) model values from the config.ini file
10
+
- AABGT-117: Add Syntiant SDK v105 support
11
+
- AABGT-126: Create a [video series](./docs/RASnyVideoSeries.md) to help developers use the OOB application
12
+
- AABGT-129: Create a [troubleshooting guide](./docs/RASynTroubleshootingGuide.md) to help developers overcome common issues
13
+
- AABGT-130: Update the application to capture and report inference count by inference ID. Add this data to any cloud connected telemetry messages.
14
+
- AABGT-142: Add new ```[Function_x]``` blocks targeting the Edge Impulse motion and audio models to allow users to drop in models generated on Edge Impulse.
15
+
- AABGT-112: Add a [time server configuration](./docs/ApplicationUserGuide.md#wifi-time-server) item to the config.ini file and underlying code to support using a custom time server
16
+
17
+
### Bug Fixes
18
+
- AAGBT-82: Corrected an issue where the circular IMU model could not capture IMU data for training
19
+
- AABGT-120: Corrected an issue where the device would not get an IP address when using the Renesas WiFi Configuration mobile device application
20
+
- AABGT-113: Improved debug when the application does not get a valid IP address or time from the time server
21
+
- AABGT-104: Corrected an issue where the dual microphone models did not work
22
+
23
+
### Known Issues
24
+
- AABGT-105: When using a custom BLE name, the OOB application is not able to connect to the Python GUI demo application
25
+
- AABGT-123: When capturing audio, or IMU data if there is an issue receiving data from the NDP120 the application hangs
26
+
1
27
## Version: 1.4.0
2
28
Release type: **Feature Release**
3
29
@@ -8,7 +34,7 @@ Date: Oct 26, 2023
8
34
- AAGBT-102: Updated [IoTConnect documentation](./docs/IoTConnect.md) to include links to the quick start guide
9
35
- AAGBT-96: Only pull the DA16600 out of reset if it's needed for BLE or Cloud connectivity features
10
36
- AAGBT-93: Add configuration item ```[WIFI]--> Use_Config_AP_Details``` to allow use of the Renesas iOS or Android WiFi Configuration application
11
-
- AAGBT-110: Add serial command ```log``` to dump early syntiant debug when using the com port enumerated on the core board UsB-C port
37
+
- AAGBT-110: Add serial command ```log``` to dump early Syntiant debug when using the com port enumerated on the core board UsB-C port
12
38
- AAGBT-111: Add new config.ini function block ```[Function_4]``` to support ML models generated by Edge Impulse
0 commit comments