Hello all,
We are pleased to announce the release of the GREEN Kernel v2.2.0.
The GREEN Kernel main goal is to provide a turnkey Kernel code example that offers basic services for developing a Sandboxed Application and deploying it easily on your Device.
Here are the major changes since the last public version:
Version 2.1.0 included:
- App Connect web application, allowing the management of applications lifecycle through a Web UI or an HTTP REST API.
- Resource monitoring to keep track of the CPU and RAM usage of your kernel and features.
- KernelUncaughtExceptionHandler, allowing the management of misbehaving apps; crashing apps are now automatically uninstalled.
Version 2.2.0 includes:
- A new implementation of the resource monitoring through our KF-Util library.
- An updated version of the App Connect web application, which also integrates the resource monitoring.
For more information on changes introduced in these new versions, have a look at the changelog.
The GREEN Kernel is available:
- as sources on Github: GitHub - MicroEJ/Kernel-GREEN at 2.2.0
- as flashable binaries and virtual devices for the NXP MIMXRT1170 (GCC) and STM32F7508-DK (GCC/IAR) at Index of /packages/green/2.2.0
Happy coding!
The MicroEJ Team.