add a script for xbee tests
[protos/xbee-avr.git] / xbee_user.c
2014-05-06 Olivier Matzxbee: always dump rx frame when debug is on
2014-05-06 Olivier Matzfix xbee_user after rework (e39c5d5)
2014-05-06 Olivier Matzadd a complete rc_proto stack (not tested)
2014-03-10 Olivier Matzuse static variables for callout instead of using xbeeb...
2014-03-10 Olivier Matzmove xbee rx in rc proto
2014-03-09 Olivier Matzrework xbee_user: remove the foreground param
2014-03-09 Olivier Matzprintf -> logs in xbee_user
2014-03-09 Olivier Matzremove mainloop callout manager (all is handled under...
2014-03-09 Olivier Matzuse restore_prio() instead of set_prio()
2014-03-09 Olivier Matzmove xbee rx polling in a timer
2014-03-09 Olivier Matzavoid copy by using iovecs
2014-03-09 Olivier Matzmove xbee user code in a separate file