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.