Welcome to the uracoli Blog

µracoli stands for microcontroller radio communications library and is intended to be a package that demonstrates capabilities and usage of Atmel's IEEE-802.15.4 radio transceivers AT86RF{230,231,212} in combination with AVR 8 bit microcontrollers (e.g. ATmega16, ATmega1281, ATmega128RFA1, ...).

Mittwoch, 17. November 2010

From 0.0.11 towards release 0.1.0

In the next weeks it is planned to roll a new release. There are still some things, that have to be changed from odd to even ;-) Because there are so many new features in, I think, that the version jump from 0.0.x to 0.1.x is Ok.

Last week I started with streamlining the documentation, it was in many points nested to deeply. Also I'll plan to give up the approach to have splitted/external documentation parts for usr,app,dev ... I want go back to have a single doxygen project, the only dox subprojects that should go external will be the contribution docs for sniffer / arduino / wibo / ...

The second thing started, is to have a single source distribution package that can be compiled with make. Some criticism in a micro forum gave me the necessarry a** kick ;-) The makefile generator is nearly done. If you type scons install/src then you get a the following tree:

install/src
|-- Makefile .. usage: make all or make [board]
|-- libioutil .. ioutil lib sources
|-- libradio .. radio lib sources
|-- ...XXX... .. wuart etc to be added
`-- obj .. temporary object storage.

With the command "scons puracoli" the next generation uracoli package will be created.

Keine Kommentare:

Kommentar veröffentlichen