Good news everyone!
The new version 1.6.0 of the SDK 6 is available. It includes the following main changes:
- Add a dedicated task for the Serial to Socket tool, used to redirect device serial port output to a TCP socket,.
- Support embedding JDK in augmented Virtual Device (Virtual Device of a Sandboxed Application).
- Support the build of MicroEJ projects using Gradle 9.
- Support stripping of a Kernel Executable to keep only entry symbols and metadata required for building Feature files.
- Fix Application loading issues in Virtual Device: remove
feature.kfand certificates frommain-applicationfolder.
For other improvements and bug fixes, find the complete changelog of MICROEJ SDK at docs.microej.com.
Update your project plugins configuration (build.gradle.kts) to use this new version:
plugins {
id("com.microej.gradle.application") version "1.6.0"
}
Happy coding!
The MicroEJ Team.