Requirements
- Arduino IDE
- A microcontroller
Compatibility
- Tested on ESP8266 and Arduino Uno R4 Wifi
- It may be necessary to make minor adjustments if you want to run it on different microcontrollers.
Programs:
- SysInfo: View information about the system.
- Calculator: A simple calculator.
Major update
The old esp-kernel is replaced by lanskern-embeded. Lanskern-embeded is an embedded version of Lanskern, one of my kernel projects. Its main goal is to make os developemt cross-platform compatible without major changes. Current versions will be developed for the new kernel.
A new timer interrupt-based scheduler is being developed for the kernel. This will allows for better scheduling of tasks, which leads to better responsiveness.
Direct syscall program removed due to major changes in the kernel.
New programs and features will be added in the future.
Check out the GitHub for the latest versions.
I'm not a professional and some information could be wrong!