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
We are pleased to announce the release of **K230 RTOS SDK v0.7**. This version introduces new board support for the `k230d_canmv_mini` and `wondermk` platforms, adds USB host class NCM and CH397 network adapter support, enhances the LVGL graphics framework integration, and improves overall system stability across all components.
6
+
7
+
### 🚀 Key Highlights
8
+
9
+
***New Board Support:** Added support for the `k230d_canmv_mini` board and the `wondermk` platform across all components.
10
+
***USB Networking:** Introduced USB host class NCM and CH397 network adapter support in the RT-Smart kernel.
11
+
***LVGL Enhancements:** Improved LVGL display buffer handling, added alpha channel support for display creation, and new `lvgl_sensor` demo.
12
+
***Tuya IoT Integration:** Added Tuya SDK library and sample application for IoT connectivity.
13
+
***Kernel Stability:** Fixed RT-Smart syscall dispatch for Linux RISC-V 64 compatibility and improved touch/network driver reliability.
14
+
15
+
---
16
+
17
+
### 📦 Component Updates
18
+
19
+
#### 1. RT-Smart (Kernel)
20
+
21
+
***New Board:** Added support for `k230d_canmv_mini`.
22
+
***USB Networking:**
23
+
* Added USB host class NCM and CH397 network adapter support.
24
+
* Improved CH397 mode selection with configurable default mode.
25
+
26
+
***Touch Subsystem:**
27
+
* Refactored touch read logic and increased message buffer size.
28
+
* Implemented interrupt enable/disable for `drv_touch`.
29
+
* Fixed touch IRQ handling issues.
30
+
31
+
***Network:**
32
+
* Added `ifdef` guards for WLAN and improved error handling in `netmgmt`.
33
+
* Removed noisy log output when setting socket non-blocking mode.
34
+
35
+
***Drivers:** Added bus name and DTS hint to I2C timeout log for easier debugging.
36
+
***System:** Added `canmv_misc` API to retrieve kernel build info.
We are pleased to announce the release of **K230 RTOS SDK v0.6**. This version introduces significant enhancements to the Media Process Platform (MPP), expands driver support for the RT-Smart kernel, and improves overall system stability and performance.
@@ -22,7 +126,6 @@ We are pleased to announce the release of **K230 RTOS SDK v0.6**. This version i
22
126
* Added `statfs` syscall.
23
127
* Optimized memory management and task scheduling.
24
128
25
-
26
129
***Network:** Updated `netmgmt` drivers and adapted CDC/EC200M (4G) modules to the serial framework.
27
130
***Debugging:** Added VO (Video Output) debug tools and OSD enable/disable controls.
28
131
@@ -33,29 +136,23 @@ We are pleased to announce the release of **K230 RTOS SDK v0.6**. This version i
33
136
* Added support for rotation and mirroring in the encoding pipeline.
34
137
* Introduced `VENC_2D` for picture framing and OSD overlay.
35
138
36
-
37
139
***Video Input (VICAP):** Updated usage instructions and enabled multi-channel output with hardware scaling and cropping.
0 commit comments