- Feb 19, 2009
-
-
jlarmour authored
Added Macronix MX29LV128M B part (8- and 16-bit) Added Macronix MX29LV128M T part (8-bit) Added Spansion S29GL128N part (8-bit)
-
jlarmour authored
and possibly others, so don't make specific to SET_GET mode. (Suggested by Rene Nielsen).
-
jlarmour authored
Allow platform code to override the default implementation for writing the LCR register and reading the ISR register by using the SER_16X5X_WRITE_LCR() and SER_16X5X_READ_ISR() macros.
-
jlarmour authored
mod to call cyg_flash_set_global_printf() to set printf function.
-
jlarmour authored
takes a printf function argument. Instead two new API functions are available: cyg_flash_set_printf() and cyg_flash_set_global_printf(). * src/flash.c (CHATTER): Don't attempt output if printf function is NULL. (cyg_flash_init): No longer takes printf arg. (cyg_flash_set_printf): New. Set per-device printf function, locking if needed. (cyg_flash_set_global_printf): New. Set printf function for all devices, locking if needed. * src/flashiodev.c (flashiodev_init): cyg_flash_init no longer takes printf arg, and we can leave global printf at default. * src/flashiodevlegacy.c (flashiodev_init): Ditto. * src/legacy_api.c (flash_init): cyg_flash_init no longer takes printf arg. So call cyg_flash_set_global_printf as well. * src/legacy_dev.c (legacy_flash_init): legacy drivers can't handle NULL printf function, so provide a dummy. * doc/flash.sgml: Document removal of printf functionality of cyg_flash_init() and document cyg_flash_set_printf() and cyg_flash_set_global_printf().
-
jlarmour authored
mod to call cyg_flash_set_global_printf() to set printf function. * tests/flash3.c (cyg_user_start): Ditto.
-
jlarmour authored
mod to call cyg_flash_set_global_printf() to set printf function.
-
jlarmour authored
mod to call cyg_flash_set_global_printf() to set printf function.
- Feb 18, 2009
-
-
jlarmour authored
CDL requires match option names.
-
- Feb 17, 2009
-
-
jlarmour authored
-
jlarmour authored
-
jlarmour authored
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.
-
jlarmour authored
* include/sepmetaimpl.inl: Fixed a few compiler warnings.
-
- Feb 16, 2009
-
-
jlarmour authored
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.
-
jlarmour authored
CYGHWR_DEVS_FLASH_ST_M29W320D.
-
jlarmour authored
-
jlarmour authored
-
jlarmour authored
prototype.
-
jld authored
* standalone/wxwin/configtooldoc.cpp, standalone/wxwin/filename.cpp: Accommodate UNC file paths. * standalone/wxwin/propertywin.cpp, standalone/wxwin/conflictwin.cpp: Automatically size the last column. * standalone/wxwin/configitem.cpp, standalone/wxwin/configitem.h, standalone/wxwin/configtree.cpp: Do not grey tree item text for active non-modifiable items. * standalone/common/ecosconfig.cxx, standalone/wxwin/configtool.cpp: Update copyright notice years.
-
- Feb 14, 2009
-
-
jlarmour authored
3.2.x since up to that point the compiler generates references from the libsupc++ new implementation to .gcc_except_table, which is discarded. This is specific to ARM for now as that's all it has been reported against, but it's possible it may apply to other targets.
-
jlarmour authored
a global associated with code is defined. Otherwise objdump treats it as data.
-
- Feb 13, 2009
- Feb 12, 2009
-
-
jld authored
-
nickg authored
* misc/redboot_ROM.ecm: Add CYGPKG_ERROR to resolve configure-time errors.
-
nickg authored
Also tighten up AT91 SPI driver requirements.
-
jld authored
hal/mips/rm7000/var/current/src/mips_rm7000.ld: Process *(.gcc_except_table.*) as for i386 architecture. * hal/powerpc/ts1000/current/cdl/hal_powerpc_ts1000.cdl: Eliminate duplicate definition of CYGSEM_REDBOOT_HAL_LINUX_BOOT.
-
- Feb 11, 2009
- Feb 10, 2009
- Feb 09, 2009