From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31007 invoked by alias); 23 Nov 2008 13:46:45 -0000 Received: (qmail 30931 invoked by uid 22791); 23 Nov 2008 13:46:44 -0000 X-Spam-Level: * X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 23 Nov 2008 13:46:09 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1L4FHh-0000mB-00; Sun, 23 Nov 2008 14:45:57 +0100 Date: Sun, 23 Nov 2008 13:46:00 -0000 From: Andrew Lunn To: Sergei Gavrikov Cc: eCos patches list Subject: Re: Support for Olimex LPC-H2294, LPC-E2294, LPC-L2294-1M targets Message-ID: <20081123134557.GA2813@lunn.ch> References: <20081107182918.GA13070@ubuntu.local> <20081120202139.GK17925@lunn.ch> <20081120204734.GA12716@ubuntu.local> <20081120215747.GL17925@lunn.ch> <20081121022731.GA29411@ubuntu.local> <20081123121630.GQ17925@lunn.ch> <20081123123942.GA15619@ubuntu.local> <20081123124841.GA15719@ubuntu.local> <20081123132741.GT17925@lunn.ch> <20081123134214.GA19454@ubuntu.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081123134214.GA19454@ubuntu.local> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-11/txt/msg00101.txt.bz2 > All works. Thank you. Tested on OLPCH2294. GDB output > > INFO: > PASS: > EXIT: That is not a sufficient test. It only tests the watchdog does not fire. What should also be tested is that the watchdog does fire after the timeout... Try the watchdog_reset.cxx test. Andrew