Skip to content

Commit

Permalink
<Boron> Cyancore v1.4.0 release update
Browse files Browse the repository at this point in the history
- Updated codename and release version
- Updated status badges
  • Loading branch information
akashkollipara committed Jan 22, 2024
1 parent 74503a9 commit dc4b4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
</div>
</body>

> **Version (arch:2 | major:4 | minor:2): 1.3.2**
> **Version (arch:2 | major:4 | minor:2): 1.4.0**
>
[![GitHub CI](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml/badge.svg)](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=VisorFolks_cyancore&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=VisorFolks_cyancore)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=VisorFolks_cyancore&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=VisorFolks_cyancore)

Cyancore is an open source unified software platform for embedded system projects. VisorFolks is motivated to develope a framework which enables a developer/user to write a portable project which can run on any of the target. It is designed to be a goto framework for almost all projects, be it an Embedded applications, IoT, firmware, OS, etc. It provides flexibility, tighter integration of features and abilities by utilizing the hardware and software resources better and boost various KPIs of the final product.

Expand Down
5 changes: 2 additions & 3 deletions src/engine/banner.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
# Organisation : Cyancore Core-Team
#

.PHONY: version
NAME = Beryllium
VERSION = 0x01000302
NAME = Boron
VERSION = 0x01000400

$(eval $(call add_define,VERSION))

Expand Down

0 comments on commit dc4b4a6

Please sign in to comment.