Update ChangeLog and README

This commit is contained in:
Gregory Nutt 2015-10-01 07:10:25 -06:00
parent 219fffb028
commit e32e6064e0
2 changed files with 8 additions and 0 deletions

View File

@ -1432,4 +1432,6 @@
Alexander Patience (2015-09-25).
* apps/examples/udpblaster: Add a test to stress the network by
sending UDP packets at a very high rate. (2015-09-30).
* apps/examples/uavcan: libuavcan example from Paul Alexander
Patience (2015-10-01).

View File

@ -1861,6 +1861,12 @@ examples/touchscreen
int board_tsc_setup(int minor);
void board_tsc_teardown(void);
examples/uavcan
^^^^^^^^^^^^^^^
Illustrates use of canutils/uavcan. Contributed by Paul Alexander
Patience.
examples/udp
^^^^^^^^^^^^