comparison packages/devs/spi/arm/at91/current/ChangeLog @ 2807:9a8446cf24e9

* src/spi_at91.c (cyg_spi_at91_bus_init): Partially revert change of 2009-02-11. Define an empty CYGBLD_ATTRIB_C_INIT_PRI and rely on spi_at91_init.cxx to call, in case the compiler does not supply that macro (e.g. if too old). * cdl/spi_at91.cdl: Revert change of 2009-02-11. * src/spi_at91_init.cxx: Revive. Set priority to CYG_INIT_BUS_SPI. Conditionalise on CYGBLD_ATTRIB_C_INIT_PRI.
author jlarmour
date Mon, 16 Feb 2009 23:34:51 +0000
parents 557484b482f8
children
comparison
equal deleted inserted replaced
2806:6730c20e4ca3 2807:9a8446cf24e9
1 2009-02-16 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * src/spi_at91.c (cyg_spi_at91_bus_init): Partially revert change of
4 2009-02-11. Define an empty CYGBLD_ATTRIB_C_INIT_PRI and rely on
5 spi_at91_init.cxx to call, in case the compiler does not supply
6 that macro (e.g. if too old).
7 * cdl/spi_at91.cdl: Revert change of 2009-02-11.
8 * src/spi_at91_init.cxx: Revive. Set priority to CYG_INIT_BUS_SPI.
9 Conditionalise on CYGBLD_ATTRIB_C_INIT_PRI.
10
1 2009-02-12 Nick Garnett <nickg@ecoscentric.com> 11 2009-02-12 Nick Garnett <nickg@ecoscentric.com>
2 12
3 * cdl/spi_at91.cdl: Add a requires for CYGPKG_ERROR. 13 * cdl/spi_at91.cdl: Add a requires for CYGPKG_ERROR.
4 14
5 2009-02-11 Bart Veer <bartv@ecoscentric.com> 15 2009-02-11 Bart Veer <bartv@ecoscentric.com>