⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 eCos1.31版
💻
📖 第 1 页 / 共 3 页
字号:
2000-03-20  John Dallaway  <jld@cygnus.co.uk>	* cdl/io_serial.cdl,	  cdl/ser_arm_aeb.cdl,	  cdl/ser_arm_cma230.cdl,	  cdl/ser_arm_edb7xxx.cdl,	  cdl/ser_arm_pid.cdl,	  cdl/ser_i386_pc.cdl,	  cdl/ser_mips_jmr3904.cdl,	  cdl/ser_mips_vrc4373.cdl,	  cdl/ser_mn10300.cdl,	  cdl/ser_powerpc_cogent.cdl,	  cdl/ser_quicc_smc.cdl,	  cdl/ser_sh_edk7708.cdl,	  cdl/ser_sparclite_sleb.cdl,	  cdl/tty.cdl:	Adjust documentation URLs.2000-03-07  Jesper Skov  <jskov@redhat.com>	* cdl/ser_mips_jmr3904.cdl: Rename devices to match CDL naming.2000-02-29  Jonathan Larmour  <jlarmour@redhat.co.uk>	* include/serialio.h: Correct baud rate typo: 230400 rather than	234000. Thanks to Grant Edwards for the report.2000-02-28  Gary Thomas  <gthomas@cygnus.co.uk>	* src/powerpc/quicc_smc_serial.c: Use standard 'diag_dump_buf()'.2000-02-28  Jesper Skov  <jskov@redhat.com>	* tests/ser_test_protocol.inl: Allow 115200 baud on Cogent	again. Fixed interrupt problem.2000-02-22  Jesper Skov  <jskov@redhat.com>	* tests/ser_test_protocol.inl: Don't use 115200 baud on	Cogent. Our slower boards can't keep up.2000-02-17  Gary Thomas  <gthomas@cygnus.co.uk>	* cdl/ser_powerpc_cogent.cdl: Fix incorrect dependency.2000-02-16  Nick Garnett  <nickg@cygnus.co.uk>	* include/pkgconf/io_serial.h:	Added configury for PC serial device drivers.	* cdl/ser_i386_pc.cdl:	* src/i386/pc_serial.c:	* src/i386/pc_serial.h:	Added these files to implement PC serial line drivers.	* cdl/io_serial.cdl:	Added CYGPKG_IO_SERIAL_I386_PC.	* tests/ser_test_protocol.inl:	Added support for PC serial line testing.	2000-02-11  Jesper Skov  <jskov@redhat.com>	* src/sh/sh_sci_7708.inl (DEVTAB_ENTRY): 	* src/sparclite/sleb_sdtr.c: 	serial_devio => cyg_io_serial_devio2000-02-10  Jonathan Larmour  <jlarmour@redhat.co.uk>	* src/mn10300/mn10300_serial.c: Ensure all CYG_HAL_MN10300_*	preprocessor conditionals use the correct CYGPKG_HAL_MN10300_AM3* form	now.	2000-02-03  Jesper Skov  <jskov@redhat.com>	* src/powerpc/quicc_smc_serial.c: CYG_HAL_POWERPC_x->CYGPKG_...2000-02-02  Jonathan Larmour  <jlarmour@redhat.co.uk>	* src/arm/aeb_serial.h: Rename lower case register macros to REG_ upper	case macros	* src/arm/aeb_serial.c: Update to reflect above2000-01-31 Simon FitzMaurice  <sdf@cygnus.co.uk>  * cdl/*.cdl:  Adjust help URLs in line with new doc layout.  2000-01-28 Simon FitzMaurice  <sdf@cygnus.co.uk>  * cdl/*.cdl:  Adjust help URLs in line with new doc layout.  2000-01-28  Gary Thomas  <gthomas@cygnus.co.uk>	* src/common/tty.c (tty_read): Fix problem with backspace at start	of line (size must be 'signed' for compare to work).2000-01-19  Hugo Tyson  <hmt@cygnus.co.uk>	* cdl/*.cdl: Add descriptions to a number of options &c which were	lacking same, also tidied up other typos as noticed en passant.2000-01-17  Gary Thomas  <gthomas@cygnus.co.uk>	* src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at	start of line.2000-01-05  Gary Thomas  <gthomas@cygnus.co.uk>	* src/common/serial.c (serial_write): Avoid potential deadlock if	transmit start actually sends enough characters to signal cond wait.2000-01-03  Gary Thomas  <gthomas@cygnus.co.uk>	* include/serial.h: Fix namespace pollution - 	serial_devio => cyg_io_serial_devio	serial_callbacks => cyg_io_serial_callbacks	* src/mips/tx3904_serial.c: 	* src/mips/vrc4373_serial.c: 	* src/mn10300/mn10300_serial.c: 	* src/powerpc/quicc_smc_serial.c: 	* src/powerpc/cogent_serial_with_ints.c: 	* src/sparclite/sleb_sdtr.c: 	* src/arm/aeb_serial.c: 	* src/arm/pid_serial_with_ints.c: 	* src/arm/edb7xxx_serial.c: 	* src/arm/cma230_serial.c: 	* src/arm/ebsa285_serial.c: 	* src/common/haldiag.c: 	* src/common/serial.c: Fix namespace pollution - 	serial_devio => cyg_io_serial_devio1999-12-06  Gary Thomas  <gthomas@cygnus.co.uk>	* src/arm/pid_serial_with_ints.c (pid_serial_DSR): Add loop to handle	case where an interrupt represents multiple events.1999-11-19  Gary Thomas  <gthomas@cygnus.co.uk>	* src/powerpc/quicc_smc_serial.c: Channel select for SMC2 was wrong.1999-11-18  Gary Thomas  <gthomas@cygnus.co.uk>	* include/pkgconf/io_serial.h: Remove mention of 7209/7212.1999-11-03  John Dallaway  <jld@cygnus.co.uk>	* cdl/io_serial.cdl: Define build options.1999-10-26  Jesper Skov  <jskov@cygnus.co.uk>	* tests/serial5.c (serial_test): Reduce speed in thumb mode.	* src/arm/pid_serial.h: Added BE support.	* src/PKGconf.mak: Use CYGPKG_<> instead of CYG_<> to control what	needs to be compiled.1999-10-25  Gary Thomas  <gthomas@cygnus.co.uk>	* src/arm/pid_serial.h (ISR_RxTO): Define - character received but	not handled "promptly".	* src/arm/pid_serial_with_ints.c (pid_serial_DSR): Handle rcv interrupts	properly (can't ignore them even with TO bit set).	* src/arm/cl7211_serial.c (cl7211_serial_rx_DSR): Need to handle all	input (empty input FIFO) otherwise characters get dropped.1999-10-15  Jesper Skov  <jskov@cygnus.co.uk>	* tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus.1999-10-11  Nick Garnett  <nickg@cygnus.co.uk>	* tests/ser_test_protocol.inl: Added configury for VR4300 testing.	* src/mips/vrc4373_serial.c: Added Bi-endian support.	* include/pkgconf/io_serial.h: Adjusted default baud rates to	38400.1999-10-06  Jesper Skov  <jskov@cygnus.co.uk>	* tests/ser_test_protocol.inl: Run tests on AEB rev C as well.1999-09-28  Hugo Tyson  <hmt@cygnus.co.uk>	* src/powerpc/quicc_smc_serial.c (quicc_smc_serial_init): Correct	value supplied for interrupt priority - it may be unused, but it	is asserted for range.  Initialize the diagnostic channel if on an	MBX and if NOT using SMC1 ourselves, to ensure that diag output	and built-in stubs work correctly; otherwise reset the quicc and	ignore SMC1 as before.  Fix various warnings, mostly about	casting/arg-passing/assigning away volatile.1999-08-31  Jesper Skov  <jskov@cygnus.co.uk>	* tests/ser_test_protocol.inl: Define dummy crash ID.1999-08-30  Jesper Skov  <jskov@cygnus.co.uk>	* tests/ser_test_protocol.inl: Added crash information which	should help track down repeating errors.1999-08-20  Jesper Skov  <jskov@cygnus.co.uk>	* tests/README: Added.1999-08-18  Jesper Skov  <jskov@cygnus.co.uk>	* tests/tty1.c: 	* tests/tty2.c: 	* tests/serial1.c: 	* tests/serial2.c: 	* tests/serial3.c: 	* tests/serial4.c: 	* tests/serial5.c: 	* tests/PKGconf.mak:	Require kernel and kernel C API.	1999-08-17  Nick Garnett  <nickg@cygnus.co.uk>	* src/mn10300/mn10300_serial.c: Added a simple implementation of a	receive FIFO to try and reduce the overhead of receiving bytes.1999-08-16  Jonathan Larmour  <jlarmour@cygnus.co.uk>	* src/PKGconf.mak:	* src/mn10300/mn10300_serial.c:	* tests/ser_test_protocol.inl:	Rename all am32 -> am311999-08-12  Nick Garnett  <nickg@cygnus.co.uk>	Imported following changes from development branch:	    1999-08-11  Nick Garnett  <nickg@cygnus.co.uk>	* tests/serial5.c: Modified config test for boards that need a lower	speed for this test.	* tests/ser_test_protocol.inl: Removed 14400 baud tests for all	MN10300 variants. The MN10300 cannot currently do this speed.	* src/mn10300/mn10300_serial.c: Tidied up the transmit interrupt	enable/disable code to be variant specific.	* include/pkgconf/io_serial.h: Undid Jonathan's change, since the	same options are used for all MN10300 variants.	    1999-08-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>	* include/pkgconf/io_serial.h:        Reparent CYGPKG_IO_SERIAL_MN10300 from under CYGPKG_HAL_MN10300 to        CYGPKG_HAL_MN10300_AM32_STDEVAL1 since it's stdeval1 specific    1999-08-04  Nick Garnett  <nickg@cygnus.co.uk>	* tests/ser_test_protocol.inl:	Changed names of MN10300 defines tested. Added AM33 definitions.	* src/mn10300/mn10300_serial.c:	Modified driver to work on am33 too. This simply requires some	alternate definitions of things like register addresses and some	bits in them plus some extra parameterization of some register	values.	* src/PKGconf.mak:	Added am33 to list of architectures supporting serial lines.	1999-07-28  Gary Thomas  <gthomas@cygnus.co.uk>	* include/pkgconf/io_serial.h: Update descriptions to be more 	generic (CL7x11 instead of CL7211).1999-07-28  Jonathan Larmour  <jlarmour@cygnus.co.uk>	* include/pkgconf/io_serial.h: Correct typos in CDL description	for serial port 2 driver1999-07-26  Hugo Tyson  <hmt@cygnus.co.uk>	* src/arm/ebsa285_serial.c: New file: device driver for the serial	device of the Intel StrongARM EBSA-285 evaluation board.	* include/pkgconf/io_serial.h (CYGPKG_IO_SERIAL_ARM_EBSA285):	Config for it.	* src/PKGconf.mak (EXTRAS_COMPILE): Compile it.	* tests/ser_test_protocol.inl (TEST_SER_DEV): Enable testing of it.1999-07-08  Jesper Skov  <jskov@cygnus.co.uk>	* tests/ser_test_protocol.inl (change_config): Changed implementation.1999-06-27  Gary Thomas  <gthomas@cygnus.co.uk>	* src/powerpc/quicc_smc_serial.c (quicc_smc_serial_init): More robust	initialization, with data cache disabled.  This seems to fix the	random failures described below.	* tests/ser_test_protocol.inl: Add configuration for QUICC/MBX860.	Added some delays in the configuration change code to make QUICC	happy [didn't help much although the manual says they are required].	* src/powerpc/quicc_smc_serial.h (UART_BITRATE): Rewrote macro to 	match what the Linux driver uses - still doesn't work well, though.	* src/powerpc/quicc_smc_serial.c: Lots of changes trying to get the	serial driver working and robust.  At this point it works quite well,	using the default buffer sizes.  Changing from the defaults seem to	easily break it though, certainly on input.  Also, changing the baud	rate seems to not work reliably.	* src/common/serial.c: Add some tracing/debug info to try and debug	problems with QUICC serial driver.  These are hard disabled with	"XX_" prepended to "CYGDBG_DIAG_BUF".  Enabling them gives information	about how/when data are delivered from the serial driver.	* include/pkgconf/io_serial.h: Adjust limits and defaults on number and	size of buffers with values that seem to work.1999-06-21  Jesper Skov  <jskov@cygnus.co.uk>	* src/sh/sh_sci_serial.c: Rearranged inclusion of .inl file a bit	to avoid compiler warnings.1999-06-21  Gary Thomas  <gthomas@cygnus.co.uk>	* include/pkgconf/io_serial.h: Fix CDL for number of buffers.	* src/powerpc/quicc_smc_serial.c: Force number of buffers = 1.1999-06-20  Gary Thomas  <gthomas@cygnus.co.uk>	* include/pkgconf/io_serial.h: Some clean up (removed commented	obsolete CDL parenting structure).	Add support for Motorola PowerPC QUICC/SMC.	* src/arm/cma230_serial.c: 	* src/arm/cl7211_serial.c: 	* src/arm/aeb_serial.c: 	* src/arm/pid_serial_with_ints.c: Use #include to get 'diag_printf()'	prototypes.1999-06-17  Gary Thomas  <gthomas@cygnus.co.uk>	* src/arm/cl7211_serial.c (cl7211_serial_start_xmit): Fix race which	cause xmitter to get stuck.1999-06-16  Jesper Skov  <jskov@cygnus.co.uk>	* src/sh/sh_serial.c:          [removed]	* src/sh/sh_sci_serial.c:      [added]	* src/sh/sh_sci_7708.inl:      [added]	* include/pkgconf/io_serial.h: 	* src/PKGconf.mak (EXTRAS_COMPILE): 	* tests/ser_test_protocol.inl: 	Renamed CDL options and restructered driver.	Fixed CDL typo.	1999-06-04  Jesper Skov  <jskov@cygnus.co.uk>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -