forked from Imagelibrary/rtems
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.
This commit is contained in:
@@ -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>
|
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* start/start.S: Update for boot_card command line change.
|
* start/start.S: Update for boot_card command line change.
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ extern "C" {
|
|||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
|
#define BSP_SMALL_MEMORY 1
|
||||||
|
|
||||||
/* support for simulated clock tick */
|
/* support for simulated clock tick */
|
||||||
Thread clock_driver_sim_idle_body(uintptr_t);
|
Thread clock_driver_sim_idle_body(uintptr_t);
|
||||||
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
||||||
|
|||||||
Reference in New Issue
Block a user