From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16359 invoked by alias); 24 Aug 2008 12:54:46 -0000 Received: (qmail 16346 invoked by uid 9341); 24 Aug 2008 12:54:46 -0000 Date: Sun, 24 Aug 2008 12:54:00 -0000 Message-ID: <20080824125446.16344.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/fs/fat/current ChangeLog cdl/fat ... 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: 2008/txt/msg00179.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2008-08-24 12:54:46 Modified files: packages/fs/fat/current: ChangeLog packages/fs/fat/current/cdl: fatfs.cdl packages/fs/fat/current/doc: README.txt fat16.ecm fatfd.ecm packages/fs/fat/current/src: fatfs_supp.c packages/fs/fat/current/tests: fatfs1.c Log message: * cdl/fatfs.cdl: Add configury for the disk device names to be used for the tests. Default to the synthetic tests, since what seems to be the most used test platform. * doc/README.txt: Updates for the naming scheme. * doc/fat16.ecm: Fit the new naming scheme.