{"id":15060083,"url":"https://github.com/yezzfusl/triple-bootloader","last_synced_at":"2026-01-29T09:06:13.561Z","repository":{"id":250900933,"uuid":"835795081","full_name":"yezzfusl/triple-bootloader","owner":"yezzfusl","description":"Arduino Uno bootloader in C, C++, and assembly","archived":false,"fork":false,"pushed_at":"2024-09-01T03:01:40.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T15:08:36.665Z","etag":null,"topics":["assembly","atmega328p","avr","bootloader","diy-electronics","embedded","embedded-systems","firmware","hackaday","hardware","hardware-programming","isp","microcontroller","stk500","uart"],"latest_commit_sha":null,"homepage":"","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/yezzfusl.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":"2024-07-30T14:43:07.000Z","updated_at":"2024-09-01T03:01:43.000Z","dependencies_parsed_at":"2025-06-10T15:08:28.137Z","dependency_job_id":"3989c181-7340-48bb-9de6-716548e010bf","html_url":"https://github.com/yezzfusl/triple-bootloader","commit_stats":null,"previous_names":["yezzfusl/triple-bootloader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yezzfusl/triple-bootloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezzfusl%2Ftriple-bootloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezzfusl%2Ftriple-bootloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezzfusl%2Ftriple-bootloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezzfusl%2Ftriple-bootloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezzfusl","download_url":"https://codeload.github.com/yezzfusl/triple-bootloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezzfusl%2Ftriple-bootloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28873469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["assembly","atmega328p","avr","bootloader","diy-electronics","embedded","embedded-systems","firmware","hackaday","hardware","hardware-programming","isp","microcontroller","stk500","uart"],"created_at":"2024-09-24T22:52:20.016Z","updated_at":"2026-01-29T09:06:13.531Z","avatar_url":"https://github.com/yezzfusl.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triple Bootloader\n-- Arduino Uno bootloader in C, C++, and assembly\nThis project implements a complete Arduino Uno bootloader in C, C++, and assembly. The bootloader is       responsible for loading the main program into the microcontroller's flash memory and starting its execution.\n\n## Project Structure\n- /triple-bootloader\n- ├── src\n- │   ├── main.c\n- │   ├── main.cpp\n- │   ├── bootloader.asm\n- ├── Makefile\n- ├── README.md\n## Building the Project\n\nTo build the project, make sure you have the AVR-GCC toolchain installed. Then, run the following command:\n```make```\nThis will generate three hex files:\n- `bootloader_c.hex`: C implementation\n- `bootloader_cpp.hex`: C++ implementation\n- `bootloader_asm.hex`: Assembly implementation\n\n## Cleaning the Project\n\nTo clean the build artifacts, run:\n```make clean```\n## Implementation Details\n\nThe bootloader is implemented in three different languages:\n1. C (`src/main.c`)\n2. C++ (`src/main.cpp`)\n3. Assembly (`src/bootloader.asm`)\n\nEach implementation provides the same functionality, demonstrating different approaches to creating an Arduino Uno bootloader.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezzfusl%2Ftriple-bootloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezzfusl%2Ftriple-bootloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezzfusl%2Ftriple-bootloader/lists"}