Skip to content

flipflip's Arduino Uno stuff (with avr-gcc, avr-libc and threads)

Notifications You must be signed in to change notification settings

phkehl/arduino-uno-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e7e53b · Jan 29, 2023
Aug 10, 2018
Jan 29, 2023
Aug 19, 2018
Jan 29, 2023
May 21, 2018
Jan 29, 2023
Jun 4, 2019
May 19, 2017
Jan 29, 2023
Apr 22, 2017
May 20, 2017
Aug 19, 2018

Repository files navigation

flipflip's Arduino Uno Stuff

https://oinkzwurgl.org/projaeggd/arduino-uno-stuff/

Introduction

This is my Arduino Uno™ (and others) stuff. It's a build system, an "operating system" and a collection of utility routines for easy programming of an Arduino Uno without using the Arduino Software. Instead it bases directly on the AVR Libc and other tools to enable "low-level" c programming of the Arduino. While this makes it impossible to use any of the nice Arduino libraries it provides more control and a, perhaps a more familiar, development setup for advanced users.

Most importantly it comes with a real-time scheduler (currently based on a modified Atomthreads) that allows to run multiple tasks. The modifications include runtime per-thread and total system load indicators (on serial port debug output and via a LED). A system task is compiled-in and started automatically. It asserts the watchdog and outputs system monitoring information (task load, stack high water marks, and more).

Usage

Setting up the environment:

$ sudo apt install avr-libc avrdude gcc-avr gdb-avr binutils-avr libdevice-serialport-perl doxygen texi2html

Building everything:

$ make all

or one or more of:

$ make doc
$ make examples
$ make projects

Then browse to doc/html/index.html.

Build single example or project:

$ cd examples/ex3
$ make help

About

flipflip's Arduino Uno stuff (with avr-gcc, avr-libc and threads)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published