{"id":26217079,"url":"https://github.com/brunob45/pio_avrda","last_synced_at":"2026-04-24T21:33:34.251Z","repository":{"id":54179478,"uuid":"332316018","full_name":"brunob45/pio_avrda","owner":"brunob45","description":"script to import avrda definition files to platformio","archived":false,"fork":false,"pushed_at":"2023-03-24T01:57:22.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T14:18:14.839Z","etag":null,"topics":["avr","platformio","script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunob45.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-01-23T21:56:56.000Z","updated_at":"2022-09-07T12:26:06.000Z","dependencies_parsed_at":"2025-06-04T08:38:05.713Z","dependency_job_id":"c3900cf6-c576-4b40-91e5-9dfd13466867","html_url":"https://github.com/brunob45/pio_avrda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brunob45/pio_avrda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunob45%2Fpio_avrda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunob45%2Fpio_avrda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunob45%2Fpio_avrda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunob45%2Fpio_avrda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunob45","download_url":"https://codeload.github.com/brunob45/pio_avrda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunob45%2Fpio_avrda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32241794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["avr","platformio","script"],"created_at":"2025-03-12T12:19:04.146Z","updated_at":"2026-04-24T21:33:34.245Z","avatar_url":"https://github.com/brunob45.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pio_avrda\nScript to import AVR DA definition files to PlatformIO.\n\n# Prerequisites\n- Python3, Platformio and Platformio's atmelavr platform.\n\n# How it works\nRun `patchpio.py`. This file will:\n- attempt to find your platformio installation path,\n- download the AVR-Dx pack from atmel's website,\n- copy the relevant files in the platformio installation path,\n- generator automagically all the board definition files,\n- all the boards should now be available in platformio\n\n\n# Supported controllers\nAs of AVR-Dx_DFP version 1.6.76:\n\n| ID | MCU | Frequency | Flash | RAM | Name |\n| --- | --- | --- | --- | --- | --- |\n| avr32da28 | AVR32DA28 | 24MHz | 32KB | 4KB | AVR32DA28 |\n| avr32da32 | AVR32DA32 | 24MHz | 32KB | 4KB | AVR32DA32 |\n| avr32da48 | AVR32DA48 | 24MHz | 32KB | 4KB | AVR32DA48 |\n| avr32db28 | AVR32DB28 | 24MHz | 32KB | 4KB | AVR32DB28 |\n| avr32db32 | AVR32DB32 | 24MHz | 32KB | 4KB | AVR32DB32 |\n| avr32db48 | AVR32DB48 | 24MHz | 32KB | 4KB | AVR32DB48 |\n| avr64da28 | AVR64DA28 | 24MHz | 64KB | 8KB | AVR64DA28 |\n| avr64da32 | AVR64DA32 | 24MHz | 64KB | 8KB | AVR64DA32 |\n| avr64da48 | AVR64DA48 | 24MHz | 64KB | 8KB | AVR64DA48 |\n| avr64da64 | AVR64DA64 | 24MHz | 64KB | 8KB | AVR64DA64 |\n| avr64db28 | AVR64DB28 | 24MHz | 64KB | 8KB | AVR64DB28 |\n| avr64db32 | AVR64DB32 | 24MHz | 64KB | 8KB | AVR64DB32 |\n| avr64db48 | AVR64DB48 | 24MHz | 64KB | 8KB | AVR64DB48 |\n| avr64db64 | AVR64DB64 | 24MHz | 64KB | 8KB | AVR64DB64 |\n| avr128da28 | AVR128DA28 | 24MHz | 128KB | 16KB | AVR128DA28 |\n| avr128da32 | AVR128DA32 | 24MHz | 128KB | 16KB | AVR128DA32 |\n| avr128da48 | AVR128DA48 | 24MHz | 128KB | 16KB | AVR128DA48 |\n| avr128da64 | AVR128DA64 | 24MHz | 128KB | 16KB | AVR128DA64 |\n| avr128db28 | AVR128DB28 | 24MHz | 128KB | 16KB | AVR128DB28 |\n| avr128db32 | AVR128DB32 | 24MHz | 128KB | 16KB | AVR128DB32 |\n| avr128db48 | AVR128DB48 | 24MHz | 128KB | 16KB | AVR128DB48 |\n| avr128db64 | AVR128DB64 | 24MHz | 128KB | 16KB | AVR128DB64 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunob45%2Fpio_avrda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunob45%2Fpio_avrda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunob45%2Fpio_avrda/lists"}