Skip to content
/ At-Hub Public

It helps to manage the At-RTOS, At-FSM and At-BSI repositories.

License

Notifications You must be signed in to change notification settings

At-EC/At-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

The At-Hub(@ Hub) repository is used to manage all (@ 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: An open and user-friendly real-time operating system (RTOS) for the embedded controller (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: 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.

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:

/**
 * 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.