xixijay1988 / platform-nuclei

Nuclei: development platform for PlatformIO

Home Page:http://platformio.org/platforms/nuclei

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Nuclei: development platform for PlatformIO

http://platformio.org/platforms/nuclei

License:Apache License 2.0


Languages

Language:Python 100.0%