Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env: bump package version to 1.2.0 #19

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ For more details about this handbook, please click https://doc.nucleisys.com/nuc

## Use it in Nuclei Studio

> Nuclei Studio 2023.10 is required now.

> Some packages required may not yet updated to support 2023.10.

Open Nuclei Studio, and Open `RV-Tools` -> `Nuclei Package Management`, and download `sdk-nuclei_sdk`, `sdk-hbird_sdk` and `sdk-cm32m4xxr` see below.

![NPK Package Requiremetns](doc/source/asserts/npk_requirements.jpg)
Expand Down
4 changes: 2 additions & 2 deletions npk.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Package Base Information
name: bdp-nuclei_board_labs
owner: nuclei
version: 1.1.1-dev
description: Nuclei board labs for e203_hbirdv2 and rvstar
version: 1.2.0
description: Nuclei Board Labs For EvalSoC/HBirdv2/RVSTAR/CM32START
type: bdp
keywords:
- application
Expand Down
4 changes: 2 additions & 2 deletions npk.yml.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Package Base Information
name: app-`appname`
owner: nuclei
version: 1.0.0
version: 1.1.0
description: Nuclei `appdesc` lab
type: app
keywords:
Expand Down Expand Up @@ -35,7 +35,7 @@ codemanage:

## Build Configuration
buildconfig:
- type: gcc
- type: common
common_flags: # flags need to be combined together across all packages
- flags: ${app_commonflags}
ldflags:
Expand Down