RTEMS  5.1
Macros | Functions
bsp.h File Reference

Global BSP definitions. More...

#include <bspopts.h>
#include <rtems.h>
#include <bsp/default-initial-extension.h>

Go to the source code of this file.

Macros

#define LPC176X_PCLK   ( LPC176X_CCLK / LPC176X_PCLKDIV )
 
#define LPC176X_MPU_REGION_COUNT   8u
 
#define BSP_FEATURE_IRQ_EXTENSION
 
#define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT   ( 29u << 3u )
 
#define BSP_ARMV7M_SYSTICK_PRIORITY   ( 30u << 3u )
 
#define BSP_ARMV7M_SYSTICK_FREQUENCY   LPC176X_CCLK
 
#define BSP_CONSOLE_UART_BASE   0x4000C000U
 

Functions

void * bsp_idle_thread (uintptr_t ignored)
 Optimized idle task. More...
 
void bsp_restart (const void *addr)
 Restarts the bsp with "addr" address. More...
 

Detailed Description

Global BSP definitions.