
JX (operating system) - Wikipedia
JX is a free, open source, microkernel operating system developed by the University of Erlangen with both the kernel and applications implemented using the Java programming language. [2]
JxOS: 面向MCU的小型前后台系统。此项目的设计 ... - Gitee
JxOS: 面向MCU的小型前后台系统。 此项目的设计思想是:功能模块与硬件高度解耦,提高代码模块的可复用性;不使用复杂的数据结构和语法以提高不同硬件平台和编译器之间的兼容性,实现工程在不同MCU之间的快速移植;提供实用稳定常用的功能模块,实现项目的快速开发;定义标准应用开发框架,减轻应用开发的工作量和难度。 Explore and code with more than 13.5 million developers,Free private repositories ! :) Loading... 面向MCU的小型前后台系统,提供消 …
GitHub - mczero80/jx: JX: The fast and flexible Java OS
JX is a Java operating system that focuses on a flexible and robust operating system architecture. The JX system architecture consists of a set of Java components executing on the JX core that is responsible for system initialization, CPU context switching and low-level domain management.
JX - A flexible Java OS download | SourceForge.net
2013年3月22日 · JX is a flexible Java Operating System that can be customized for different execution environments. It provides separate protection domains for operating system components. Each protection domain may have its own execution environment.
JX - ArchiveOS
2022年1月10日 · JX – a Java operating system that focuses on a flexible and robust operating system architecture. The JX system architecture consists of a set of Java components executing on the JX core that is responsible for system initialization, CPU context switching and low-level domain management.
- 评论数: 1
面向MCU的小型前后台系统:JxOS - 电子工程专辑 EE Times ...
2023年2月14日 · JxOS面向MCU的小型前后台系统,提供消息、事件等服务,以及软件定时器,低功耗管理,按键,led等常用功能模块。 在此基础上实现了基于433的简单无线网络功能。 此项目的设计思想是:功能模块与硬件高度解耦,提高代码模块的可复用性;不使用复杂的数据结构和语法以提高不同硬件平台和编译器之间的兼容性,实现工程在不同MCU之间的快速移植;提供实用稳定常用的功能模块,实现项目的快速开发;定义标准应用开发框架,减轻应用开发的工作 …
Overview - FAU
JX is a Java operating system that focuses on a flexible and robust operating system architecture. The JX system architecture consists of a set of Java components executing on the JX core that is responsible for system initialization, CPU context switching and low-level domain management.
(PDF) The JX Operating System. - ResearchGate
2002年1月1日 · This paper describes the architecture and performance of the JX operating system. JX is both an operating system completely written in Java and a runtime system for Java applications.
分享一套面向MCU的前后台系统 - 知乎 - 知乎专栏
JxOS面向MCU的小型前后台系统,提供消息、事件等服务,以及软件定时器,低功耗管理,按键,led等常用功能模块。 在此基础上实现了基于433的简单无线网络功能。 此项目的设计思想是:功能模块与硬件高度解耦,提高代码模块的可复用性;不使用复杂的数据结构和语法以提高不同硬件平台和编译器之间的兼容性,实现工程在不同MCU之间的快速移植;提供实用稳定常用的功能模块,实现项目的快速开发;定义标准应用开发框架,减轻应用开发的工作量和难度。 已使 …
面向MCU的小型前后台系统 - - 21ic电子技术开发论坛
2025年1月26日 · JxOS面向MCU的小型前后台系统,提供消息、事件等服务,以及软件定时器,低功耗管理,按键,led等常用功能模块。 kernel 提供系统内核功能:任务、事件、消息、公告板、邮箱、管道、注册、内存分配…… lib 使用 动态 初始化的功能代码模块,使用初始化函数进行配置;此目录下的模代码大部分与硬件无关,如:环形缓冲区、crc16、栈、软件定时器…… std_app 基于任务实现的常用标准应用,如独立按键扫描、按键多次点击、指示灯闪烁…… ( …