Skip to content

Commit 038324a

Browse files
committed
Travis: add RZ_A1H target
Travis: dsp only for cortex-m
1 parent 3247a96 commit 038324a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,5 @@ matrix:
188188
env: NAME=mbed2-ATMEL
189189
- <<: *mbed-2
190190
env: NAME=mbed2-NUVOTON
191+
- <<: *mbed-2
192+
env: NAME=mbed2-RENESAS

tools/build_travis.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@
168168
{ "target": "NUMAKER_PFM_M453", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
169169
{ "target": "NUMAKER_PFM_M487", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
170170
)
171+
},
172+
173+
174+
{
175+
"RENESAS":
176+
(
177+
{ "target": "RZ_A1H", "toolchains": "GCC_ARM" },
178+
)
171179
}
172180
]
173181

@@ -326,6 +334,17 @@
326334
}
327335
}
328336
)
337+
},
338+
{
339+
"RENESAS":
340+
(
341+
{
342+
"target": "RZ_A1H",
343+
"toolchains": "GCC_ARM",
344+
"tests": {"" : ["MBED_2", "MBED_10", "MBED_11", "MBED_16"],
345+
}
346+
},
347+
)
329348
}
330349
]
331350

0 commit comments

Comments
 (0)