Fix #include <misc/FOO.h> as misc/FOO.h has been deprecated and should be #include <sys/FOO.h>. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Implement a CAN shell. With this shell you can send messages, attach and tetach filters. Messages that match the attached filters are printed to the shell. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>