# ZeusOS **Repository Path**: hbqs/zeus-os ## Basic Information - **Project Name**: ZeusOS - **Description**: ZeusOS 是一款由河北骑士智能科技有限公司基于开源RTOS内核推出的上层嵌入式实时操作系统,,具有可裁剪、跨平台、低功耗、高安全等特点,支持主流芯片架构,能够有效提升开发效率并降低开发成本,帮助用户开发稳定可靠、安全易用的物联网应用。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 12 - **Created**: 2021-06-04 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZeusOS #### Introduction ZeusOS is a real-time operating system that runs on the upper layer of embedded hardware. It has the characteristics of being customizable, cross platform, low power consumption, high security, and supports mainstream chip architectures. It can effectively improve development efficiency and reduce development costs, helping users develop stable, reliable, secure, and easy-to-use IoT applications. #### Instructions for use 1. Install GIT on the computer, and after installation, you can execute the GIT clone https://gitee.com/hbqs/zeus-os.git Download the code locally. 2. Use vscode to open the SDK, 3. Terminal input cd .\projects\QS-100\ ,Enter the QS-100 directory 4. Execute pip install - r requirements. txt to install the required Python package 5. Execute python - m pip install scons to install scons 6. For graphical configuration code, please input python zos.py - menu on the terminal 7. To compile the SDK, please enter scores or scores j12 on the terminal 8. There are two instructions for downloading the SDK to the module, which are to manually press boot and send python zos.py - mdl com3, and to automatically boot and download python zos.py - dl com3 #### Participate in contributions 1. Fork warehouse 2. Create a new Feat_xxx branch 3. Submit code 4. Create a new Pull Request