{"id":15668447,"url":"https://github.com/timofurrer/avra-atmega2560","last_synced_at":"2025-08-21T05:31:45.123Z","repository":{"id":16529202,"uuid":"19282449","full_name":"timofurrer/avra-atmega2560","owner":"timofurrer","description":"This repository is a clone of avra version 1.3.0 with additional fixes to support the ATmega2560 chip","archived":false,"fork":false,"pushed_at":"2014-04-29T15:58:56.000Z","size":820,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T17:21:14.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/timofurrer.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}},"created_at":"2014-04-29T15:57:17.000Z","updated_at":"2020-02-03T00:18:49.000Z","dependencies_parsed_at":"2022-09-24T07:20:29.513Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/avra-atmega2560","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timofurrer/avra-atmega2560","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Favra-atmega2560","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Favra-atmega2560/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Favra-atmega2560/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Favra-atmega2560/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/avra-atmega2560/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Favra-atmega2560/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271430739,"owners_count":24758362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-03T14:08:38.583Z","updated_at":"2025-08-21T05:31:44.684Z","avatar_url":"https://github.com/timofurrer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# avra with ATmega2560 support\n\u003e This repository is a clone of avra version 1.3.0 with additional fixes to support the ATmega2560 chip\n\n***\n\n**Original Repository:** http://sourceforge.net/projects/avra/files/1.3.0/ \u003cbr\u003e\n**Avra Version**: 1.3.0 \u003cbr\u003e\n**Platform**: GNU/Linux \u003cbr\u003e\n*Tested on Debian GNU/Linux*\n\n## Installation\n\nFirst you have to clone this repository to get the ATmega2560 on linux:\n\n    git clone https://github.com/timofurrer/avra-atmega2560.git avra-atmega2560\n    cd avra-atmega2560\n\nAfter cloning you can configure and compile `avra` with the Makefile in the `src` directory\n\n    cd avra-1.3.0/src/\n    ./bootstrap\n    ./configure\n    make\n    make install\n\n*Note: you may need root privileges to install it on your system with `make install`*\n\n## Compile assambler code\n\nYou can easily compile your `*.asm` files with the following command:\n\n    avra test.asm\n\n## Flash hex file to controller\n\nTo flash the hex file to the controller you need `avrdude`:\n\n    avrdude -p m2560 -c stk600 -U flash:w:test.hex:i\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Favra-atmega2560","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Favra-atmega2560","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Favra-atmega2560/lists"}