mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 23:47:08 +08:00
* include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 if there is no Classic API Initialization Tasks Table defined.
30 lines
901 B
Plaintext
30 lines
901 B
Plaintext
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
|
|
if there is no Classic API Initialization Tasks Table defined.
|
|
|
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* include/confdefs.h: Modified code that accounts for initialization
|
|
task/threads with greater than minimum stack sizes so it would
|
|
compile even if optional APIs are disabled.
|
|
|
|
2000-10-12 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* include/confdefs.h: Account for initialization tasks and
|
|
threads which use larger than minimum stack sizes.
|
|
|
|
2000-09-28 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* include/rtems/io.h (rtems_driver_address_table): Added "_entry"
|
|
to all names.
|
|
* src/io.c: Accounted for above.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* src/Makefile.am, optman/Makefile.am: Include compile.am.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|