https://github.com/os-q/platform-agm32
platform agm32rv
https://github.com/os-q/platform-agm32
agm32 cpld fpga platformio qitas risc-v
Last synced: 5 months ago
JSON representation
platform agm32rv
- Host: GitHub
- URL: https://github.com/os-q/platform-agm32
- Owner: OS-Q
- Created: 2017-05-24T00:54:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T05:39:48.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:14:31.675Z (7 months ago)
- Topics: agm32, cpld, fpga, platformio, qitas, risc-v
- Language: Python
- Homepage:
- Size: 2.64 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [platform-agm32](https://github.com/os-q/platform-agm32)
[](https://github.com/os-q/platform-agm32/actions/workflows/examples.yml)
基于国产异构双核(RISC-V+FPGA)MCU芯片 [AG32VF407](https://github.com/SoCXin/AG32VF407),具有2K LES(CPLD)和丰富的外设。
# Usage
已安装情况下直接使用
```ini
[env:stable]
platform = agm32rv
board = ...
framework = agrv_sdk
...
```
使用在线仓库版本
```ini
[env:development]
platform = https://github.com/os-q/platform-agm32.git
board = ...
framework = agrv_sdk
...
```