Tero's blog

Random notes

Arduino Mega 2560 and Attiny13a/Attiny2313 support to AVR-Ada

I recently got write access to the AVR-Ada repository and now I have pushed my changes there.

These changes improve support for Atmega2560, Attiny13a, and Attiny2313 processors. Attiny13a and Attiny2313 are pretty uninteresting, although common, AVR processors. I happen to use them in my projects because they are cheap and …

[more]

OpenBSD port for Monotone 0.99.1

I updated my OpenBSD port for Monotone to version 0.99.1.

It is tested on 4.8/amd64, but should work with -current also

[more]

Ada bindings for cURL

I put my Ada bindings to libcurl available at http://hg.stronglytyped.org/curl-ada/. At the moment, they are pretty simple and contain only a small subset of libcurl, but they allow me to fetch data over http/https and that is good enough for my current purposes.

The bindings …

[more]

Arduino Ethernet Shield support for AVR-Ada

I finally got my code working with Arduino Ethernet Shield and put it available at http://bitbucket.org/tkoskine/arduino-ethernet/.

Only receiving data via TCP client connections is supported, but I plan to improve the library as my time permits.

[more]

AVR-Ada 1.1.0 port with AVR-GCC 4.3.2 for OpenBSD

I updated my AVR-Ada port to version 1.1.0. It consists of three parts:

[more]

« Page 8 / 9 »


Copyright © 2011 Tero Koskinen - Theme Skeleton; Blogging engine Pelican; Powered by Python