GithubHelp home page GithubHelp logo

dioannidis / avrpasboot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccrause/avrpasboot

0.0 0.0 0.0 46 KB

A STK500v1 compatible serial bootloader for classic AVR controllers, written in Pascal

License: MIT License

Pascal 100.00%

avrpasboot's Introduction

avrpasboot

A STK500v1 compatible serial bootloader for classic AVR controllers (atmega328p and similar), written in Pascal.

By default the bootloader supports the stk500v1, avrisp and arduino programmer types of avrdude. This supports many of the commands according to document AVR061. By setting a compile time definition arduino, a smaller subset of AVR061 commands are supported, similar to the optiboot project. This results in a smaller bootloader. This mode only supports the avrdude programmer type arduino.

Tested on atmega328p and atmega2560, but should in principle be compatible with any controller with a subarch of avr4, avr5, avr51 or avr6.

simulatebootloader

This is a PC project which simulates the bootloader behaviour. The main purpose is to aid in debugging protocol related logic. To test this, one needs to create a pair of virtual serial ports through which avrdude can interact. On Linux, the command socat -d -d pty,link=/tmp/vserial1,raw,echo=0 pty,link=/tmp/vserial2,raw,echo=0 can be used to create this. On Windows, a tools such as com0com could be used.

avrpasboot's People

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.