An open API service indexing awesome lists of open source software.

https://github.com/shortarrow/poc_renesas_uno

Arduino Uno R4, monorepo PoC
https://github.com/shortarrow/poc_renesas_uno

arudino-uno clangd monorepo ra4m1 renesas renesas-ra

Last synced: about 1 year ago
JSON representation

Arduino Uno R4, monorepo PoC

Awesome Lists containing this project

README

          

# POC

## BUILD

```bash
./tools/verify.sh
```

## ENV

- clangd
- arduino-cli

## Docker

```bash
rm -rf ./Arduino
docker build . -t poc_renesas_uno
docker run --rm -it poc_renesas_uno
```