Skip to content

laomaolaile/nuclei-board-labs

 
 

Repository files navigation

Nuclei Board Labs

This is a handbook for Nuclei Board Labs which is a part of courses in Nuclei University Program.

This handbook describes how to develop with Nuclei Development Board through a step-by-step way, it can be used as lab teaching metarials.

Anyone interested in Nuclei Processor Cores can also take this handbook as a quick start-up to develop with Nuclei Processor Cores in the field of embedded systems.

The hierarchy of Nuclei Board Labs are shown in the block diagram below.

Hierarchy of Nuclei Board Labs

The labs are developed based on the Nuclei Software Development Kit (Nuclei SDK) which is an open software platform to facilitate the software development of systems based on Nuclei Processor Cores.

In Nuclei SDK, the Nuclei MCU Software Interface Standard (NMSIS) is a vendor-independent hardware abstraction layer for micro-controllers that are based on Nuclei Processor Cores.

For more details about this handbook, please click https://doc.nucleisys.com/nuclei_board_labs

Use it in Nuclei Studio

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

And then you can download this repo as zip or directly download bdp-nuclei_board_labs package.

Then you can see extra board labs examples when you create New Nuclei RISC-V C/C++ Example.

Use it in Nuclei SDK

Just download or clone the nuclei-board-labs repo to existing nuclei sdk repo.

Make sure the source code structure as below.

<Nuclei SDK>:
  - Build
  - application
  - nuclei-board-labs # this repo
  - xxxxx

And then you can use it like other nuclei sdk applications.

Packages

No packages published

Languages

  • C 96.7%
  • Makefile 1.8%
  • Shell 1.1%
  • Smarty 0.4%