{"id":16292786,"url":"https://github.com/scottchiefbaker/arduino-makefile","last_synced_at":"2026-01-20T08:08:28.521Z","repository":{"id":152043300,"uuid":"168216791","full_name":"scottchiefbaker/Arduino-Makefile","owner":"scottchiefbaker","description":"Arduino Makefile to simplify compiling code at the CLI","archived":false,"fork":false,"pushed_at":"2024-10-02T21:04:34.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T18:48:29.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scottchiefbaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-29T19:42:32.000Z","updated_at":"2025-06-18T16:04:40.000Z","dependencies_parsed_at":"2024-11-05T15:03:13.423Z","dependency_job_id":"d34f69bb-ec4a-42f9-9631-ddecdeb4e591","html_url":"https://github.com/scottchiefbaker/Arduino-Makefile","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"c7a76bd6dad1e02b52a7c6a07288c8980bd798a6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scottchiefbaker/Arduino-Makefile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2FArduino-Makefile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2FArduino-Makefile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2FArduino-Makefile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2FArduino-Makefile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottchiefbaker","download_url":"https://codeload.github.com/scottchiefbaker/Arduino-Makefile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2FArduino-Makefile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T20:08:51.488Z","updated_at":"2026-01-20T08:08:23.504Z","avatar_url":"https://github.com/scottchiefbaker.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino Makefile\n\nArduino `Makefile` to simplify testing and uploading Arduino sketches from the command line.\n\n## Requirements\n\n[ArduinoCLI](https://arduino.github.io/arduino-cli/) installed and in your `$PATH`.\n\n## Installation\n\nPlace this `Makefile` in your sketch directory.\n\n## Configuration\n\n`export BOARD=arduino:avr:uno \u0026\u0026 export PORT=/dev/ttyACM0`\n\nor\n\nEdit the `Makefile` itself and configure the `BOARD` and `PORT` options.\n\n## Usage\n\n1. Verify code compiles: `make`\n2. Upload to board: `make upload`\n3. Open serial monitor: `make monitor`\n\n## Troubleshooting\n\nVerify your code compiles and uploads via the ArduinoIDE. Next verify that it works with the ArduinoCLI. If it does not work with the vanilla `arduino-cli` it will not work with this `Makefile`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottchiefbaker%2Farduino-makefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottchiefbaker%2Farduino-makefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottchiefbaker%2Farduino-makefile/lists"}