Skip to content

Commit

Permalink
Update the release note and readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
At-EC committed Mar 13, 2024
1 parent 0b07627 commit cd5b874
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 32 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Welcome PRs! If you are interested in contributing, Pls join us at [Discord](htt
| [![GitHub Release](https://img.shields.io/github/v/release/At-EC/At-RTOS)](./release-note.md) | Welcome to At-RTOS. This production version was released which supports a stable RTOS feature was implemented in the kernal system, Pls enjoy it (: |
| ![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/At-EC/At-RTOS/main) | The development version in the main branch was implemented which will support new features, but it probably has unknown issues. |

The release note is [here](./release_note.md).
The release note is [here](https://github.com/At-EC/At-RTOS/releases).

## Introduction

Expand Down Expand Up @@ -53,21 +53,27 @@ And the keywords of the At-RTOS is shown as following lists.

At-RTOS supports many architectures, and has covered the major architectures in current kernal system. It supports the following architectures, and it lists the chip that was verified.

- **Cortex-M3**: [GD32103C-START](https://www.gigadevice.com/product/mcu/arm-cortex-m3/gd32f103vct6)
- **Cortex-M4**: [GD32F307E-START](https://www.gigadevice.com/product/mcu/arm-cortex-m4/gd32f307vet6)
- **Cortex-M33**: [GD32W515P-EVAL](https://www.gigadevice.com/product/mcu/arm-cortex-m33/gd32w515piq6)
- [ ] `ARM Cortex-M` lists:
- [x] Cortex-M3 (AC5): [GD32103C-START](https://www.gigadevice.com/product/mcu/arm-cortex-m3/gd32f103vct6)
- [x] Cortex-M4 (AC6): [GD32F307E-START](https://www.gigadevice.com/product/mcu/arm-cortex-m4/gd32f307vet6)
- [ ] Cortex-M23:
- [x] Cortex-M33: [GD32W515P-EVAL](https://www.gigadevice.com/product/mcu/arm-cortex-m33/gd32w515piq6)
- [ ] `RISC-V` lists:
- [ ] Reserved:

There is planned support for the ARM Cortex remaining architectures though no chips are currently supported in my hand, If you perform it in your system, I'll thanks for your PRs to update the chip that verified into lists.

## Compilers

The main compilers currently is supported by At-RTOS are:

- MDK KEIL (AC5)
- MDK KEIL (AC6)
- IAR IDE
- ARMCLANG
- Native CMAKE GCC
- [ ] `Compiler` lists:
- [x] MDK KEIL (AC5).
- [x] MDK KEIL (AC6).
- [x] IAR IDE.
- [x] ARMCLANG.
- [ ] CMAKE ARM GCC.
- [x] CMAKE Native GCC.

## Source tree

Expand Down
6 changes: 3 additions & 3 deletions build_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
extern "C" {
#endif

#define ATOS_BUILD_TIME "2024-03-09,20:56"
#define ATOS_COMMIT_HEAD_ID "f73213240817ea6f3dd241c53ebcd1fc2fc7db3c"
#define ATOS_BUILD_TIME "2024-03-13,19:50"
#define ATOS_COMMIT_HEAD_ID "0b07627541ff9e203edfad7b9cefbc8eb33a7bdd"
#define ATOS_VERSION_MAJOR_NUMBER (1u)
#define ATOS_VERSION_MINOR_NUMBER (2u)
#define ATOS_VERSION_PATCH_NUMBER (4u)
#define ATOS_VERSION_PATCH_NUMBER (5u)

#define ATOS_VERSION_MAJOR_NUMBER_MASK (0x03FFu)
#define ATOS_VERSION_MAJOR_NUMBER_POS (22u)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "At-RTOS",
"homepage": "https://github.com/At-EC/At-RTOS",
"version": "1.2.4",
"timestamp": "2024-03-09,20:56",
"commit_id": "885c527a8d65f05fc34321ff3e3e1e63a4e12f85"
"version": "1.2.5",
"timestamp": "2024-03-13,19:50",
"commit_id": "f73213240817ea6f3dd241c53ebcd1fc2fc7db3c"
}
17 changes: 0 additions & 17 deletions release-note.md

This file was deleted.

3 changes: 3 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Release Notes

The At-RTOS latest version in the production branch is ![GitHub Release](https://img.shields.io/github/v/release/At-EC/At-RTOS) and the detail release notes is [here](https://github.com/At-EC/At-RTOS/releases).

0 comments on commit cd5b874

Please sign in to comment.