Skip to content

Commit

Permalink
Add a note into the README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
At-EC committed Feb 8, 2024
1 parent d84ef39 commit 6fad1d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernal-sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: kernal_sample_cmake_gcc_native
name: Build
on: [push, pull_request]

jobs:
Expand Down
7 changes: 7 additions & 0 deletions At-RTOS.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
[InternetShortcut]
URL=https://github.com/At-EC/At-RTOS
IconIndex=0
IDList=
HotKey=0
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# At-RTOS · ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

# [At-RTOS](https://github.com/At-EC/At-RTOS) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/At-EC/At-RTOS/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/At-EC/At-RTOS/tree/main/.github/Welcome_PRs.md) <a href="https://github.com/At-EC/At-RTOS/actions"><img alt="Build" src="https://github.com/At-EC/At-RTOS/workflows/Build/badge.svg"></a> <a href="https://github.com/At-EC/At-RTOS/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/At-EC/At-RTOS?color=success"></a> <a href="https://github.com/At-EC/At-RTOS/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/At-EC/At-RTOS"></a>
At-RTOS is a fully featured embedded controller's real-time operating system designed specifically for the ARM Cortex M seiral architecture.

The goal of the project is to explore and try to provide a lot useful interfaces based on the RTOS to support and simplify your embedded firmware development.

If this project was useful to you, give it a ⭐️ and I'll keep improving it. moreover, you can share your ideas we can together improve it. Welcome PRs!!!

## Brief Introduction

* **Open source:** Royalty free.
* **Tickless:** At-RTOS makes it painless to create battery-powered application.
* **Preemptive and Cooperative Scheduling:** You can easily config your task to pass preemptive and cooperative scheduling through your thread's priority setting.
Expand All @@ -16,14 +21,14 @@ At-RTOS is a fully featured embedded controller's real-time operating system des

## What's New

Welcome to At-RTOS. Version 0.0.1 is under developing.
[v1.0.0] Welcome to At-RTOS. v1.0.0 was released now. A basic RTOS feature was implemented in the kernal system, Pls enjoy it (:

## Getting Started

None.
The at_rtos.h is an interface of At-RTOS kernal. You can check the interface usage in this file to perform it in your embedded controller system.

## About Me
**Vision for the future:** The At-RTOS could be a popular community-based embedded controller's real-time operating system in the future.
**Vision for the future:** The At-RTOS could be a popular community-based embedded controller's real-time operating system in the future and I'll continous to improve it.

### License
At-RTOS is [MIT licensed](./LICENSE).

0 comments on commit 6fad1d7

Please sign in to comment.