![]() |
RTEMS 5.2
|
Global BSP definitions. More...
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <libcpu/bf537.h>
#include <libcpu/memoryRegs.h>
Go to the source code of this file.
Macros | |
#define | BSP_DATA_CACHE_CONFIG (3 << DMEM_CONTROL_DMC_SHIFT) |
#define | PLL_CSEL 0x0000 /* CCLK = VCO */ |
#define | PLL_SSEL 0x0003 /* SCLK = CCLK/3 */ |
#define | PLL_MSEL 0x3A00 /* VCO = 29xCLKIN */ |
#define | PLL_DF 0x0001 /* CLKIN = XTL/2 */ |
#define | CCLK 500000000 /* CORE CLOCK */ |
#define | SCLK 100000000 /* SYSTEM CLOCK */ |
#define | CONSOLE_FORCE_BAUD 57600 |
#define | L1_DATA_SRAM_A 0xff800000L |
#define | FIFOLENGTH 0x100 |
#define | rtems_bsp_delay(microseconds) |
#define | RAM_START 0 |
#define | RAM_END 0x4000000 |
#define | RTEMS_BSP_NETWORK_DRIVER_NAME "eth1" |
#define | RTEMS_BSP_NETWORK_DRIVER_ATTACH bf537Stamp_network_driver_attach |
Functions | |
void | setLED (uint8_t value) |
uint8_t | getLEDs (void) |
void | setLEDs (uint8_t value) |
uint8_t | getButtons (void) |
rtems_isr_entry | set_vector (rtems_isr_entry handler, rtems_vector_number vector, int type) |
void | Init_RTC (void) |
int | bf537Stamp_network_driver_attach (struct rtems_bsdnet_ifconfig *, int) |
Global BSP definitions.