The package entitled uracoli-src-<version>.zip
contains the source code of the libraries
and examples for all boards together. The compiling is done with GNU-Make.
For the examples there are also AVRStudio *.aps files included.
Additionaly it is recommended to donwload the file uracoli-doc-<version>.zip
, which
contains the doxygen project documentation in HTML format.
The source package allows you to build the libraries, examples
and selected applications for the standard uracoli defined boards.
If you want to add you own board or modification of a board
refer to the development build section.
Building firmware with the source package requires gnu-make and the avrtools.
Initially unpack the current source package with the command
unzip uracoli-src-<version>.zip
.
|-- bin [application hex files]
|-- lib [libraries]
|-- inc [include files]
| `-- boards
|-- src [library sources]
| |-- libioutil
| `-- libradio
|-- wibo [wireless bootloader sources]
|-- wuart [wireless uart sources]
`-- xmpl [example source code]
Build the libraries
-
make -C src list
show the supported boards.
-
make -C src rdk230
build the libraries for
the "rdk230" board.
-
make -C wuart rdk230
build wireless uart application for
the "rdk230" board.