summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/SOURCES
blob: 9693fdd408844dac363021db61b198360f57333c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#if defined(CPU_ARM)
asm/arm/memcpy.S
asm/arm/memmove.S
asm/arm/memset.S
#endif
main.c
logf.c
string.c
format.c
#ifdef CONFIG_STMP
stmp/crt0.S
stmp/target.c
usb_drv_arc.c
#elif defined(CONFIG_RK27XX)
rk27xx/crt0.S
rk27xx/usb_drv_rk27xx.c
rk27xx/target.c
#elif defined(CONFIG_PP)
pp/crt0.S
pp/target.c
usb_drv_arc.c
#endif