Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trombik/platformio-freebsd-tool-avrdude
Trick platformio so that it thinks tool-avrdude, a platformio package, is installed.
https://github.com/trombik/platformio-freebsd-tool-avrdude
freebsd platformio
Last synced: about 2 months ago
JSON representation
Trick platformio so that it thinks tool-avrdude, a platformio package, is installed.
- Host: GitHub
- URL: https://github.com/trombik/platformio-freebsd-tool-avrdude
- Owner: trombik
- Created: 2020-06-21T14:10:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T04:05:26.000Z (over 4 years ago)
- Last Synced: 2024-11-11T10:19:53.512Z (3 months ago)
- Topics: freebsd, platformio
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `platformio-freebsd-tool-avrdude`
Trick `platformio` so that it thinks `tool-avrdude`, a `platformio` package,
is installed.## Rationale
Same as in
[`trombik/platformio-freebsd-toolchain-xtensa`](https://github.com/trombik/platformio-freebsd-toolchain-xtensa).## What it does
`init.sh` creates symlinks to the directories where the system package
installed files, and creates `package.json`.## Requirements
Install the following packages.
- `devel/avrdude`
## Usage
```console
cd ~/.platformio/packages
git clone https://github.com/trombik/platformio-freebsd-tool-avrdude.git tool-avrdude
cd tool-avrdude
./init.sh
````init.sh` creates symlinks and `package.json`.
## Further improvement
The script should be able to support other OSes, such as OpenBSD as long as a
package for the OS is provided.