From: Martin Hořeňovský Date: Wed, 21 Aug 2013 10:34:46 +0000 (+0200) Subject: Initial commit of simple (just forwarding from CAN0 to CAN1 and back) CAN gateway... X-Git-Tag: fix-allnoconfig~158 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/0c60e90bdf1a75402f9cc86eb300c5619dd895bc?hp=0c60e90bdf1a75402f9cc86eb300c5619dd895bc Initial commit of simple (just forwarding from CAN0 to CAN1 and back) CAN gateway for RTEMS. Built against RTEMS 4.10 git branch. --startGW in RTEMS shell starts the gateway, stopGW stops it. --currently has a bug, where the cancelled threads don't call their cleanup handlers. Probably problem with RTEMS implementation of posix API (wouldn't be the first one, as far as cancellation is concerned.) If needed, this could probably be solved with rewriting it to use RTEMS task instead of posix threads. ---