Skip to content

Trick platformio so that it thinks tool-avrdude, a platformio package, is installed.

Notifications You must be signed in to change notification settings

trombik/platformio-freebsd-tool-avrdude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

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.

About

Trick platformio so that it thinks tool-avrdude, a platformio package, is installed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages