summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/include/bsp/tms570-pins.h
blob: 058aa6bbabc89da56eafdd5cdfc46b919bcfb994 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file
 *
 * @ingroup RTEMSBSPsARMTMS570
 *
 * @brief Select pin mapping according to selected chip.
 *        Defaults to TMS570LS3137ZWT for now.
 */

#include <bspopts.h>

#if TMS570_VARIANT == 4357
#include <bsp/tms570lc4357-pins.h>
#else
#include <bsp/tms570ls3137zwt-pins.h>
#endif