- Notifications
You must be signed in to change notification settings - Fork0
zsh plugin for arduino build, upload and monitor
License
NotificationsYou must be signed in to change notification settings
raghur/zsh-arduino
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build, upload and monitor arduino sketches from zsh. Reuses.vscode/arduino.json
if available else you can set env vars.
- In a sketch folder, run
ar_build
- If you have
.vscode/arduino.json
, then all flags - espfqbn
is pulled in from there.
- Setting compile time vars
ar_build stm32-nrf24tx02.ino --build-properties='compiler.cpp.extra_flags=-DDEBUG
- You can just run
ar_upload
directly - if a binary (AR_BIN
) isn't set, then it will build & upload
- to force build, use
ar_build; ar_upload
- arduino-cli
jq
- sudo apt install jq
zplug "raghur/zsh-arduino"
- clone this somewhere in your $FPATH
- Source
plugin.zsh
from your startup scripts - In your sketch folder, following are available
ar_build
,ar_upload
,ar_env
,ar_serial
About
zsh plugin for arduino build, upload and monitor
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published