update for ci
This commit is contained in:
parent
99e7647b93
commit
9609c2a942
|
@ -156,6 +156,8 @@ jobs:
|
||||||
- {RTT_BSP: "xplorer4330/M4", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "xplorer4330/M4", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
- {RTT_BSP: "at32/at32f403a-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "at32/at32f403a-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
- {RTT_BSP: "at32/at32f407-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "at32/at32f407-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
|
- {RTT_BSP: "at32/at32f435-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
|
- {RTT_BSP: "at32/at32f437-start", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
- {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
- {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
- {RTT_BSP: "raspberry-pi/raspi3-32", RTT_TOOL_CHAIN: "sourcery-arm"}
|
- {RTT_BSP: "raspberry-pi/raspi3-32", RTT_TOOL_CHAIN: "sourcery-arm"}
|
||||||
|
|
|
@ -108,9 +108,7 @@ pipeline {
|
||||||
['frdm-k64f', 'sourcery-arm'],
|
['frdm-k64f', 'sourcery-arm'],
|
||||||
['xplorer4330/M4', 'sourcery-arm'],
|
['xplorer4330/M4', 'sourcery-arm'],
|
||||||
// ['at32/at32f403a-start', 'sourcery-arm'],/* CI link not support */
|
// ['at32/at32f403a-start', 'sourcery-arm'],/* CI link not support */
|
||||||
// ['at32/at32f407-start', 'sourcery-arm'],/* CI compile C99 not support */
|
// ['at32/at32f407-start', 'sourcery-arm']/* CI compile C99 not support */
|
||||||
// ['at32/at32f435-start', 'sourcery-arm'],/* CI compile C99 not support */
|
|
||||||
// ['at32/at32f437-start', 'sourcery-arm']/* CI compile C99 not support */
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for (int i in bsp_array) {
|
for (int i in bsp_array) {
|
||||||
|
|
Loading…
Reference in New Issue