Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at-ec/at-hub
It helps to manage the At-RTOS, At-FSM and At-BSI repositories.
https://github.com/at-ec/at-hub
c-language embedded-systems finite-state-machine hierarchical-state-machine iot kernel mcu robot rtos state-machine
Last synced: about 1 month ago
JSON representation
It helps to manage the At-RTOS, At-FSM and At-BSI repositories.
- Host: GitHub
- URL: https://github.com/at-ec/at-hub
- Owner: At-EC
- License: mit
- Created: 2024-06-15T03:19:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:20:17.000Z (5 months ago)
- Last Synced: 2024-09-30T01:03:57.387Z (about 2 months ago)
- Topics: c-language, embedded-systems, finite-state-machine, hierarchical-state-machine, iot, kernel, mcu, robot, rtos, state-machine
- Homepage: https://github.com/At-EC
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduce
The At-Hub([@ Hub](https://github.com/At-EC/At-Hub)) repository is used to manage all ([@ EC](https://github.com/At-EC)) repositories and does not implement any functions of the code business logic itself, and the current supported repositories are shown in the following lists.
* **[At-RTOS](https://github.com/At-EC/At-RTOS)**: An open and user-friendly real-time operating system (RTOS) for the embedded controller (EC).
* **[At-FSM](https://github.com/At-EC/At-FSM)**: An open and user-friendly embedded Finite State Machine (FSM) included the Primitive State Machine (PSM) and Hierarchical State Machine (HSM).
* **[At-BSI](https://github.com/At-EC/At-BSI)**: An open and user-friendly board supported interface for the embedded controller peripheral compatibility.## Usage
You can download and start to use it by the following instructions.
```shell
git clone https://github.com/At-EC/At-Hub.git
cd At-Hub
git submodule update --init --recursive
```## License
The At-Hub is completely open-source, can be used in commercial applications for free, does not require the disclosure of code, and has no potential commercial risk. License information and copyright information can generally be seen at the beginning of the code:
```c
/**
* Copyright (c) Riven Zheng ([email protected]).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
**/
```The MIT License is [here](./LICENSE).