2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Add BSP_SMALL_MEMORY.
This commit is contained in:
Joel Sherrill
2009-05-04 18:11:43 +00:00
parent 2aa80144f3
commit 07be7bb671
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.
2009-04-28 Chris Johns <chrisj@rtems.org>
* start/start.S: Update for boot_card command line change.

View File

@@ -27,6 +27,8 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#define BSP_SMALL_MEMORY 1
/* support for simulated clock tick */
Thread clock_driver_sim_idle_body(uintptr_t);
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body