All Projects → platformio → platform-shakti

platformio / platform-shakti

Licence: Apache-2.0 license
Shakti: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-shakti

riscv-meta
RISC-V Instruction Set Metadata
Stars: ✭ 33 (+26.92%)
Mutual labels:  riscv, risc, risc-v
nuclei-sdk
Nuclei RISC-V Software Development Kit
Stars: ✭ 65 (+150%)
Mutual labels:  platformio, riscv, risc-v
Riscv Fs
F# RISC-V Instruction Set formal specification
Stars: ✭ 173 (+565.38%)
Mutual labels:  riscv, risc-v
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (+30.77%)
Mutual labels:  platformio, platformio-platform
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-38.46%)
Mutual labels:  platformio, platformio-platform
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+21203.85%)
Mutual labels:  platformio, risc-v
Meta Riscv
OpenEmbedded/Yocto layer for RISC-V Architecture
Stars: ✭ 114 (+338.46%)
Mutual labels:  riscv, risc-v
platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (+215.38%)
Mutual labels:  platformio, platformio-platform
Darkriscv
opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
Stars: ✭ 1,062 (+3984.62%)
Mutual labels:  riscv, risc-v
Platform Kendryte210
Kendryte K210: development platform for PlatformIO
Stars: ✭ 60 (+130.77%)
Mutual labels:  platformio, risc-v
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+273.08%)
Mutual labels:  platformio, platformio-platform
Platform Gd32v
GD32V: development platform for PlatformIO
Stars: ✭ 142 (+446.15%)
Mutual labels:  platformio, risc-v
Neorv32
A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
Stars: ✭ 106 (+307.69%)
Mutual labels:  riscv, risc-v
Cores Swerv El2
SweRV EL2 Core
Stars: ✭ 79 (+203.85%)
Mutual labels:  riscv, risc-v
Diosix
A lightweight, secure, multiprocessor bare-metal hypervisor written in Rust for RISC-V
Stars: ✭ 116 (+346.15%)
Mutual labels:  riscv, risc-v
Ustc Rvsoc
FPGA-based RISC-V CPU+SoC.
Stars: ✭ 77 (+196.15%)
Mutual labels:  riscv, risc-v
platform-aceinna imu
Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
Stars: ✭ 28 (+7.69%)
Mutual labels:  platformio, platformio-platform
Rars
RARS -- RISC-V Assembler and Runtime Simulator
Stars: ✭ 413 (+1488.46%)
Mutual labels:  riscv, risc-v
Chipyard
An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
Stars: ✭ 436 (+1576.92%)
Mutual labels:  riscv, risc-v
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (+53.85%)
Mutual labels:  platformio, platformio-platform

Shakti: development platform for PlatformIO

Build Status

Shakti is an open-source initiative by the RISE group at IIT-Madras, which is not only building open source, production grade processors, but also associated components like interconnect fabrics, verification tools, storage controllers, peripheral IPs and SOC tools.

  • Home (home page in the PlatformIO 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 = shakti
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-shakti.git
board = ...
...

Configuration

Please navigate to documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].