From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6005 invoked by alias); 28 Aug 2007 15:56:04 -0000 Received: (qmail 5938 invoked by uid 9341); 28 Aug 2007 15:56:03 -0000 Date: Tue, 28 Aug 2007 15:56:00 -0000 Message-ID: <20070828155603.5936.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/devs/can/loop/current ChangeLog ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2007/txt/msg00119.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2007-08-28 15:56:03 Modified files: packages/devs/can/loop/current: ChangeLog packages/devs/can/loop/current/src: loop_can.c packages/devs/can/loop/current/tests: can_overrun1.c can_txevent.c Log message: * tests/can_overrun1.c (can0_thread): Fix the length of the data in the message. Add a delay to allow the CAN device to process the packets. * test/can_txcevent.c: (can0_thread): Add a delay to allow the CAN device to process the packet.s * src/loop_can.c (FIFO_SIZE): Changed to one more than the TX queue size. If it is less, the loopback tests don't pass because packets don't get transmitted.