Git Product home page Git Product logo

triple-bootloader's Introduction

Triple Bootloader

-- Arduino Uno bootloader in C, C++, and assembly This 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.

Project Structure

  • /triple-bootloader
  • ├── src
  • │ ├── main.c
  • │ ├── main.cpp
  • │ ├── bootloader.asm
  • ├── Makefile
  • ├── README.md

Building the Project

To build the project, make sure you have the AVR-GCC toolchain installed. Then, run the following command: make This will generate three hex files:

  • bootloader_c.hex: C implementation
  • bootloader_cpp.hex: C++ implementation
  • bootloader_asm.hex: Assembly implementation

Cleaning the Project

To clean the build artifacts, run: make clean

Implementation Details

The bootloader is implemented in three different languages:

  1. C (src/main.c)
  2. C++ (src/main.cpp)
  3. Assembly (src/bootloader.asm)

Each implementation provides the same functionality, demonstrating different approaches to creating an Arduino Uno bootloader.

triple-bootloader's People

Contributors

yezzfusl avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.