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
- Host: GitHub
- URL: https://github.com/shortarrow/poc_renesas_uno
- Owner: ShortArrow
- Created: 2024-06-13T02:45:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T10:49:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T03:08:40.714Z (about 1 year ago)
- Topics: arudino-uno, clangd, monorepo, ra4m1, renesas, renesas-ra
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```