source: rtems/bsps/arm/tms570/start/fail_notification.c @ 350b07a0

5
Last change on this file since 350b07a0 was a62c75c1, checked in by Sebastian Huber <sebastian.huber@…>, on 04/22/18 at 13:38:55

bsp/tms570: Move more start to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 286 bytes
Line 
1#include <stdint.h>
2#include <stdbool.h>
3#include <bsp/tms570.h>
4#include "tms570_selftest.h"
5
6void bsp_selftest_fail_notification( uint32_t flag )
7{
8}
9
10void tms570_memory_port0_fail_notification(
11  uint32_t groupSelect,
12  uint32_t dataSelect,
13  uint32_t address,
14  uint32_t data
15)
16{
17}
Note: See TracBrowser for help on using the repository browser.