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

📄 changelog

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻
字号:
2005-11-08	Till Straumann <strauman@slac.stanford.edu>	PR832/bsps	* pci/pcibios.c: replace BSP_pciFindDevice implementation by pcibios	call.2004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>	PR 608/bsps	* pci/pcibios.c: BusCountPCI().2003-12-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* shared/io/Makefile.am: Remove (Unused).	* shared/Makefile.am: Remove io.2003-10-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* comm/uart.h: Add extern "C" guards.	* pci/pcibios.h: Ditto.2003-09-04	Joel Sherrill <joel@OARcorp.com>	* comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,	irq/irq_asm.h, irq/irq_init.c: URL for license changed.2003-08-21	Till Strauman <strauman@slac.stanford.edu>	PR 456/bsps	* irq/irq.c: Fix race condition when installing an ISR.2003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>	PR 428/bsps	PR 432/bsps	* pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which	is copied from motorola_shared.2003-03-18	Joel Sherrill <joel@OARcorp.com>	* comm/GDB.HOWTO: Updated.2002-10-31	Joel Sherrill <joel@OARcorp.com>	* comm/i386-stub.c: Fixed places where debug_error() was not called	with enough arguments.2002-10-31	Joel Sherrill <joel@OARcorp.com>	* comm/i386-stub.c: Removed warnings.2002-09-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* pci/pcibios.c: #include <string.h>.2002-08-05	Eric Norum <eric.norum@usask.ca>	* pci/pcibios.c: Per PR262, removed all asserts so probes for 	devices that are not present will work.  This lets you have	multiple PCI Ethernet drivers in an application and dynamically	use the one for the card othat is present.2002-07-16	Eric Norum <eric.norum@usask.ca>	* comm/uart.c: I am using a PC-104 card with no video output.  I	found that things would lock up if a printk was followed closely by	a printf when BSPConsolePort = BSP_UART_COM2 and	BSPPrintkPort = BSP_UART_COM1.  With this change in place,	printf/printk calls can be intermingled with no apparent problems.2002-05-01	Eric Norum <eric.norum@usask.ca>	* console/console.c, fatal/bspfatal.c, startup/bspclean.c, 	startup/page_table.c: Per PR200 fix multi-line inline assembly 	to satisfy gcc 3.1 and newer.2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* comm/Makefile.am: Remove AUTOMAKE_OPTIONS.	* io/Makefile.am: Remove AUTOMAKE_OPTIONS.	* Makefile.am: Remove AUTOMAKE_OPTIONS.	* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.	* pci/Makefile.am: Remove AUTOMAKE_OPTIONS.2002-01-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.2001-10-12	Joel Sherrill <joel@OARcorp.com>	* startup/linkcmds: Fixed typo.2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* irq/Makefile.am: Use 'PREINSTALL_FILES ='.	* comm/Makefile.am: Use 'PREINSTALL_FILES ='.	* pci/Makefile.am: Use 'PREINSTALL_FILES ='.2001-08-16	Mike Siers <mikes@poliac.com>	* comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.2001-07-03	Mike Seirs <mike@poliac.com>	* comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability	to use task driven serial I/O to ti386 BSPs. This patch leaves thex	default I/O mode to be IRQ.  If you want to use task I/O mode,	then the tty_drv.c file needs to be modified.  Basically, all	you need to change is the data values of the termios callbacks	structure.  This callback structure is used in the tty1_open	and tty2_open functions.  The values you need to set are commented	out in the source code. 2001-06-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* comm/Makefile.am: Use *_HEADERS instead of *H_FILES.	* io/Makefile.am: Ditto.	* irq/Makefile.am: Ditto.	* pci/Makefile.am: Ditto.2000-10-19	Joel Sherrill <joel@OARcorp.com>	* common/uart.h: Added prototype for BSP_uart_set_baud().2000-10-19	   Charles-Antoine Gauthier <charles.gauthier@nrc.ca>	* comm/uart.c (BSP_uart_init): Save more line state parameters.2000-10-18	 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>	* comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:	Add the ability to set parity, number of data bits and	number of stop bits to the existing i386 serial drivers.2000-10-17	Joel Sherrill <joel@OARcorp.com>	* irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so 	i386 RTEMS can be multilib'ed.2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* io/Makefile.am: Formatting.2000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>	* shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for	the i386 BSPs.	* shared/comm/gdb_glue.c: New file.	* shared/comm/i386_io.c: New file.	* shared/comm/tty_drv.c: New file.	* shared/comm/tty_drv.h: New file.	* shared/comm/Makefile.am: Account for new files.	* shared/comm/uart.c: Adds support for sending characters to 	another "line discipline."2000-08-10	Joel Sherrill <joel@OARcorp.com>	* ChangeLog: New file.

⌨️ 快捷键说明

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