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

📄 changelog

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻
字号:
2003-09-04	Joel Sherrill <joel@OARcorp.com>	* clock/clockdrv.c, console/conscfg.c, include/bsp.h,	startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for	license changed.2003-08-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	PR 452/bsps	* bsp_specs: Remove -D__USE_INIT_FINI__.	Remove *.cpp (Now unused).2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: Remove AC_CONFIG_AUX_DIR.2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: AC_PREREQ(2.57).2003-01-20	Joel Sherrill <joel@OARcorp.com>	* startup/linkcmds*: Add FreeBSD sysctl() sections.2002-12-08	Greg Menke <gregory.menke@gsfc.nasa.gov>  	* bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.	* linkcmds: Added .init, .fini & related sections.2002-12-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.	* console/Makefile.am: Don't include @RTEMS_BSP@.cfg.	* start/Makefile.am: Don't include @RTEMS_BSP@.cfg.	* startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.	* timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* start/Makefile.am: Use install-data-local to install startfile.2002-12-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.2002-11-01	Joel Sherrill <joel@OARcorp.com>	* startup/gdb-support.c, startup/linkcmds: Removed warnings.2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* .cvsignore: Reformat.	Add autom4te*cache.	Remove autom4te.cache.2002-08-21	Joel Sherrill <joel@OARcorp.com>	* bsp_specs: Added support for -nostdlibs.2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* clock/Makefile.am: Use .$(OBJEXT) instead of .o. 	* console/Makefile.am: Use .$(OBJEXT) instead of .o. 	* start/Makefile.am: Use .$(OBJEXT) instead of .o. 	* startup/Makefile.am: Use .$(OBJEXT) instead of .o. 	* timer/Makefile.am: Use .$(OBJEXT) instead of .o. 	* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.2002-07-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* start/Makefile.am: Eliminate PGM.	Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.2002-07-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* startup/Makefile.am: Add bsplib_DATA = linkcmds.2002-07-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.	Remove $(OBJS) from all-local.2002-07-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* wrapup/Makefile.am: Add $(LIB) to all-local.2002-06-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* wrapup/Makefile.am: Remove preinstallation of libbsp.a,2002-06-25	Joel Sherrill <joel@OARcorp.com>	* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k	support to the shared gdb stub glue thus moving some of the	gdbstub support to a higher level.	* startup/Makefile.am: Modified to reflect above.2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac:	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).	AM_INIT_AUTOMAKE([no-define foreign 1.6]).	* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.	* Makefile.am: Remove AUTOMAKE_OPTIONS.	* console/Makefile.am: Remove AUTOMAKE_OPTIONS.	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.	* start/Makefile.am: Remove AUTOMAKE_OPTIONS.	* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.	* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.2001-03-08	Joel Sherrill <joel@OARcorp.com>	* start/start.S, startup/bspstart.c: Removed warnings.2002-03-05	Greg Menke <gregory.menke@gsfc.nasa.gov>	* startup/gdb-support.c: Added calls into the mips-support gdb stub	for configuring the memory regions.  Any bsp that wants to use the	gdbstub will need to do something similar.	* startup/Makefile.am: Added shared/gdbstub directory to include path.2002-02-27	Greg Menke <gregory.menke@gsfc.nasa.gov>	* start/start.S: Added kseg1 test to enable cache flush code	* bsp_specs: Added -qnostartfile to disable including bsp's start.o	* startup/bspstart.c: Made clear_cache actually work, tweaked cpu	init to only turn on whats needed.	* startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and	a handy init function.2002-02-08	Joel Sherrill <joel@OARcorp.com>	* startup/Makefile.am: Now compile the gdb stub.	* startup/bspstart.c: Fixed header block.	* startup/gdb-support.c: New file in stub state.2001-02-01	Greg Menke <gregory.menke@gsfc.nasa.gov>	* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:	New files missed in previous commit.	* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.2001-02-01	Greg Menke <gregory.menke@gsfc.nasa.gov>	* Update of BSP to address problems restarting, provide more	information during boot, and better handle ROM vs RAM images.	* README, include/bsp.h, start/regs.S, start/start.S,	startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated2002-02-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.2002-01-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.	* timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.2001-11-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.ac: Introduce RTEMS_BSP_CONFIGURE.2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* .cvsignore: Add autom4te.cache for autoconf > 2.52.	* configure.in: Remove.	* configure.ac: New file, generated from configure.in by autoupdate.2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* include/Makefile.am: Use 'CLEANFILES ='.	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.2001-05-24	Ralf Corsepius <corsepiu@faw.uni-ulm.de>	* configure.in: Add bspopts.h.	* include/bsp.h: Include bspopts.h.	* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.	* include/Makefile.am: Use *_HEADERS instead of *H_FILES.2001-05-24	Greg Menke <gregory.menke@gsfc.nasa.gov>	* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.	* start/regs.S, start/start.S: Now works on Mongoose-V.  Missed	in previous patch.2001-05-22	Greg Menke <gregory.menke@gsfc.nasa.gov>	* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.	* clock/clockdrv.c, console/conscfg.c: Corrected.	* include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.	* startup/bspstart.c: Properly set initial status register and	pending interrupts.	* timer/timer.c: Works now.2001-05-10	Ralf Corsepius	<corsepiu@faw.uni-ulm.de>	* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).2001-05-07	Joel Sherrill <joel@OARcorp.com>	* console/conscfg.c: Added an entry for the second	serial port.2001-04-20	Joel Sherrill <joel@OARcorp.com>	* clock/clockdrv.c: Account for the fact that ClockRate is	in cycles not megahertz.2001-04-16	Joel Sherrill <joel@OARcorp.com>	* start/start.S, startup/bspstart.c, startup/linkcmds:	Cleanup that was not merged from the simple non-RTEMS program.2001-04-16	Joel Sherrill <joel@OARcorp.com>	* start/start.S, startup/bspstart.c, startup/linkcmds: 	Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>	as he debugged this BSP using a logic analyzer.2001-03-14	Joel Sherrill <joel@OARcorp.com>	* clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,	startup/bspstart.c, timer/timer.c: Comments corrected.2001-02-22	Joel Sherrill <joel@OARcorp.com>	* The Generic Mongoose-V BSP uses only the peripherals found on	the Synova Mongoose-V CPU.  This is a radiation hardened CPU 	based on the LSI Logic 33K.	* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,	clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,	console/.cvsignore, console/Makefile.am, console/conscfg.c,	include/.cvsignore, include/Makefile.am, include/bsp.h,	start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,	startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,	startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,	wrapup/.cvsignore, wrapup/Makefile.am: New files.

⌨️ 快捷键说明

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