From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5928 invoked by alias); 17 Feb 2009 00:51:31 -0000 Received: (qmail 5915 invoked by uid 453); 17 Feb 2009 00:51:31 -0000 Date: Tue, 17 Feb 2009 00:51:00 -0000 Message-ID: <20090217005131.5913.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/devs/spi/arm/lpc2xxx/current Cha ... 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: 2009/txt/msg00113.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2009-02-17 00:51:30 Modified files: packages/devs/spi/arm/lpc2xxx/current: ChangeLog packages/devs/spi/arm/lpc2xxx/current/cdl: spi_lpc2xxx.cdl packages/devs/spi/arm/lpc2xxx/current/include: spi_lpc2xxx.h packages/devs/spi/arm/lpc2xxx/current/src: spi_lpc2xxx.cxx Log message: * cdl/spi_lpc2xxx.cdl: Ensure the SPI interrupts are using different priorities: CYGNUM_IO_SPI_ARM_LPC2XXX_SPI{0,1}_INTPRIO entered. * include/spi_lpc2xxx.h: cyg_spi_lpc2xxx_bus_t: spi_prio field added. * src/spi_lpc2xxx.cxx: spi_lpc2xxx_set_config(): fixed copy & paste typo, spi_lpc2xxx_init_bus(): added 'prio' argument to initializer.