https://github.com/platformio/platform-shakti
Shakti: development platform for PlatformIO
https://github.com/platformio/platform-shakti
platformio platformio-platform risc risc-v riscv
Last synced: 8 months ago
JSON representation
Shakti: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-shakti
- Owner: platformio
- License: apache-2.0
- Created: 2019-07-09T16:04:17.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-31T17:09:34.000Z (over 3 years ago)
- Last Synced: 2025-01-29T16:37:43.225Z (8 months ago)
- Topics: platformio, platformio-platform, risc, risc-v, riscv
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/shakti
- Size: 638 KB
- Stars: 29
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shakti: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-shakti/actions)
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](https://registry.platformio.org/platforms/platformio/shakti) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/shakti.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = shakti
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-shakti.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/shakti.html).