Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
arduino
/
arduino-cli
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
429
Star
4.7k
Code
Issues
204
Pull requests
29
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
master
User selector
umbynos
Datepicker
All time
Commit History
Commits on Nov 19, 2021
refactor monitor command to be consistent with other commands
umbynos
committed
aeb1528
Copy full SHA for aeb1528
refactor lib command and use code from arguments, remove structs
umbynos
committed
0f25964
Copy full SHA for 0f25964
factor out init step for instance creation in `update`commands
umbynos
committed
4428a46
Copy full SHA for 4428a46
refactor debug command and use code from arguments, remove useless vars
umbynos
committed
06e96b9
Copy full SHA for 06e96b9
move vars on top (like other files)
umbynos
committed
8394280
Copy full SHA for 8394280
refactor upload command to use code from the arguments package
umbynos
committed
9131edb
Copy full SHA for 9131edb
refactor and reorganize core commands:
Show description for ea0334c
umbynos
committed
ea0334c
Copy full SHA for ea0334c
refactor function that checks for flags conflicts
umbynos
committed
47821ae
Copy full SHA for 47821ae
refactor config validation to remove some code duplication
umbynos
committed
d1a41f8
Copy full SHA for d1a41f8
refactor sketch path calculation
umbynos
committed
be5022e
Copy full SHA for be5022e
refactor fqbn and programmer
umbynos
committed
9771b99
Copy full SHA for 9771b99
factor out the programmer flag handling
umbynos
committed
dd2c548
Copy full SHA for dd2c548
uniform the usage of vars in burn-bootloader command & refactor fqbn
umbynos
committed
394fab7
Copy full SHA for 394fab7
factor out the fqbn flag handling
umbynos
committed
e1d2c0b
Copy full SHA for e1d2c0b
remove double `CreateAndInit()`
umbynos
committed
e394b76
Copy full SHA for e394b76
uniform the usage of vars in board sub-commands
umbynos
committed
1a94fdf
Copy full SHA for 1a94fdf
Commits on Oct 25, 2021
fix `core list --all` sometimes crashing (#1519)
Show description for f7b22f7
umbynos
and
per1234
authored
f7b22f7
Copy full SHA for f7b22f7
Commits on Oct 19, 2021
[skip-changelog] fix task check (#1518)
umbynos
authored
664c9b6
Copy full SHA for 664c9b6
Commits on Oct 18, 2021
add dynamic completion (#1509)
Show description for 10beac7
umbynos
authored
10beac7
Copy full SHA for 10beac7
Commits on Sep 13, 2021
POC Dynamic shell completion for fqbn flag (#1431)
Show description for 826adc5
umbynos
authored
826adc5
Copy full SHA for 826adc5
Commits on Sep 3, 2021
[skip changelog] Update cobra to latest version (#1430)
Show description for 9133101
umbynos
authored
9133101
Copy full SHA for 9133101
Commits on Sep 2, 2021
go mod tidy
umbynos
committed
ef35950
Copy full SHA for ef35950
bump github.com/spf13/cobra to 1.2.1
umbynos
committed
3476b3a
Copy full SHA for 3476b3a
Commits on Jun 3, 2021
make `verifySignature` public, enhanced tests, remove `board` word (#1308)
umbynos
authored
aef5a54
Copy full SHA for aef5a54
Implement function to verify index signature with custom key (#1304)
Show description for 7eb9c57
umbynos
authored
7eb9c57
Copy full SHA for 7eb9c57
Commits on May 7, 2021
Enhance alphabetic sorting and place deprecated platform at the bottom (#1278)
Show description for 6a201aa
umbynos
authored
6a201aa
Copy full SHA for 6a201aa
Commits on Nov 13, 2020
[skip changelog] Update notarization job, now usable with p12 cert format (#1062)
Show description for 922cf9f
umbynos
and
per1234
authored
922cf9f
Copy full SHA for 922cf9f
Commits on Aug 27, 2020
[sec] update codeclysm/extract to v3.0.1 (#914)
Show description for 3c16c05
umbynos
and
cmaglie
authored
3c16c05
Copy full SHA for 3c16c05
Commits on Aug 20, 2020
Package index is now downloaded automatically when is required (#908)
Show description for 319dede
umbynos
authored
319dede
Copy full SHA for 319dede
Commits on Aug 17, 2020
add fqbn flag for `board details` command (#895)
Show description for f4a55e6
umbynos
authored
f4a55e6
Copy full SHA for f4a55e6
Commits on Aug 14, 2020
fix docs links pointing to an older version (#896)
umbynos
authored
385016c
Copy full SHA for 385016c
Commits on Aug 10, 2020
Fix zsh completion (#892)
Show description for 82df01f
umbynos
authored
82df01f
Copy full SHA for 82df01f
Commits on Jul 9, 2020
add ci step to automatically update tag & revision of a specified formula and open a PR to Homebrew repo (#808)
umbynos
authored
c446ab6
Copy full SHA for c446ab6
Fix zsh completion (#806)
Show description for b2ed18f
umbynos
authored
b2ed18f
Copy full SHA for b2ed18f
Commits on Jul 7, 2020
Update command line completion docs (#793)
Show description for 1fa4874
umbynos
authored
1fa4874
Copy full SHA for 1fa4874
Pagination
Previous
Next
You can’t perform that action at this time.