RTEMS
5.0.0
|
NXP MPC8260ADS Board Support Package. More...
Files | |
file | bsp.h |
Global BSP definitions. | |
Data Structures | |
struct | bcsr |
Macros | |
#define | RTEMS_BSP_NETWORK_DRIVER_NAME "eth1" |
#define | RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_enet_driver_attach |
Typedefs | |
typedef struct bcsr | BCSR |
Functions | |
int | rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching) |
void * | bsp_idle_thread (uintptr_t ignored) |
Optimized idle task. More... | |
void | cpu_init (void) |
int | mbx8xx_console_get_configuration (void) |
Variables | |
uint32_t | bsp_serial_per_sec |
NXP MPC8260ADS Board Support Package.
void* bsp_idle_thread | ( | uintptr_t | ignored | ) |
Optimized idle task.
This BSP provides its own IDLE thread to override the RTEMS one.
This idle task sets the power mode to idle. This causes the processor clock to be stopped, while on-chip peripherals remain active. Any enabled interrupt from a peripheral or an external interrupt source will cause the processor to resume execution.
To enable the idle task use the following in the system configuration:
This BSP provides its own IDLE thread to override the RTEMS one.
Optimized idle task.
The MSR[POW] bit is set to put the CPU into the low power mode defined in HID0. HID0 is set during starup in start.S.
This BSP provides its own IDLE thread to override the RTEMS one.
This idle task sets the power mode to idle. This causes the processor clock to be stopped, while on-chip peripherals remain active. Any enabled interrupt from a peripheral or an external interrupt source will cause the processor to resume execution.
To enable the idle task use the following in the system configuration:
Optimized idle task.
The MSR[POW] bit is set to put the CPU into the low power mode defined in HID0. HID0 is set during starup in start.S.