Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T05:39:48.000Z (10 months ago)
- Last Synced: 2024-11-07T12:14:31.675Z (3 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)
[![Build Status](https://github.com/os-q/platform-agm32/workflows/examples/badge.svg)](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
...
```