Skip to content

Nuclei-Software/platform-nuclei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3687be · Jan 15, 2020

History

6 Commits
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 15, 2020
Jan 14, 2020

Repository files navigation

Nuclei: development platform for PlatformIO

Build Status Build status

Nuclei System Technology is a professional RISC-V IP product company. It provides various RISC-V IP products which can meet the requirements of the AIoT era. It is the first RISC-V Core IP provider company in Mainland China, launchs the world's first mass production general-purpose MCU based on RISC-V together with GigaDevice, see https://www.gigadevice.com/products/microcontrollers/gd32/risc-v/, and is also the RISC-V eco-system leader in Mainland China.

  • Home (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = nuclei
board = ...
...

Development version

[env:development]
platform = https://github.com/Nuclei-Software/platform-nuclei.git
board = ...
...

Configuration

Please navigate to documentation.