AV5282 Board Support Package.
More...
|
| file | btimer.c |
| | Use the last DMA timer (DTIM3) as the benchmark timer.
|
| |
| file | clock.c |
| | Use the last periodic interval timer (PIT3) as the system clock.
|
| |
| file | console.c |
| | Multi UART console serial I/O.
|
| |
| file | bsp.h |
| | av5282 BSP header file
|
| |
| file | irq.h |
| |
| file | tm27.h |
| | Time Test 27 routines.
|
| |
| file | init5282.c |
| | Initialization support.
|
| |
|
|
#define | RTEMS_BSP_NETWORK_DRIVER_NAME "fs1" |
| |
|
#define | RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fec_driver_attach |
| |
| #define | CONSOLE_PORT 0 |
| |
|
#define | FEC_IRQ_LEVEL 4 |
| |
|
#define | FEC_IRQ_RX_PRIORITY 7 |
| |
|
#define | FEC_IRQ_TX_PRIORITY 6 |
| |
|
#define | PIT3_IRQ_LEVEL 4 |
| |
|
#define | PIT3_IRQ_PRIORITY 0 |
| |
|
#define | UART0_IRQ_LEVEL 3 |
| |
|
#define | UART0_IRQ_PRIORITY 7 |
| |
|
#define | UART1_IRQ_LEVEL 3 |
| |
|
#define | UART1_IRQ_PRIORITY 6 |
| |
|
#define | UART2_IRQ_LEVEL 3 |
| |
|
#define | UART2_IRQ_PRIORITY 5 |
| |
|
|
int | rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching) |
| |
|
uint32_t | get_CPU_clock_speed (void) |
| |
|
void | Init5282 (void) |
| |
AV5282 Board Support Package.
◆ CONSOLE_PORT
User Definable configuration