Skip to content

Releases: BxNxM/micrOS

micrOS 2.6

25 Jul 19:05
Compare
Choose a tag to compare

WebUI - webserver and interface improvements

  • Webserver file response (html, js, css)
    • improved index.html
    • new dashboard.html
    • refactors: uapi.js, udashboard.js, uwidgets.js, uwidgets_pro.js
    • common ustype.css
  • Finalized Load module interfaces:
    • microIO.py
    • Common.py
    • Types.py for frontend generation - dashboard webapp
  • Simulator improvements
  • Generic micrOS core improvements

What's Changed

micrOS 2.0 LTS

08 Mar 21:28
Compare
Choose a tag to compare

Micropython base: 1.21.x

micrOS 2.0 LTS

	Core:
                - ShellCli - high performance low level communication and configuration interface
		- WebCli (http server with endpoints: / and /rest and /<custom>)
		- Full async as technically possible (WebCLI, ShelCLI, TaskManager (LM), InterCon)
			- rest (urequests) stays sync module (https limitation with async.) 
		- Extensive testing and quality checks (system tests, pylint) 
		Web Frontends:
			- index.html
                - Common.py interface for LoadModule-s documentation
	
	Load Module:
		- Camera support (LM_OV2640.py)
		- I2S mic support
		- dashboard backend (LM_dashboard_be.py)
		Web Frontends:
		- dashboard.html

micrOS gateway - micrOS cluster monitoring, etc.

HW Project 🎲:
- LM_KeyChain HW+SW for the 2.0 anniversary. - project videos coming soon :D