@@ -110,6 +110,7 @@ def build_test_config = [
110
110
[" NUCLEO_F303RE" , " mbed_app.json" , " GCC_ARM" ],
111
111
[" NUCLEO_F411RE" , " mbed_app.json" , " GCC_ARM" ],
112
112
[" NUCLEO_F429ZI" , " mbed_app.json" , " GCC_ARM" ],
113
+ [" DISCO_F769NI" , " mbed_app.json" , " GCC_ARM" ],
113
114
114
115
// Bootloaders for just testing the build
115
116
[" NRF52840_DK" , " configs/kvstore_and_fw_candidate_on_sd.json" , " GCC_ARM" ],
@@ -131,6 +132,7 @@ def build_test_config = [
131
132
[" DISCO_L475VG_IOT01A" , " configs/internal_kvstore_with_qspif.json" , " GCC_ARM" ],
132
133
[" LPC55S69_NS" , " configs/psa.json" , " GCC_ARM" ],
133
134
[" NUCLEO_F303RE" , " configs/internal_kvstore_with_spif.json" , " GCC_ARM" ],
135
+ [" DISCO_F769NI" , " configs/internal_flash_no_rot.json" , " GCC_ARM" ],
134
136
]
135
137
136
138
@@ -255,6 +257,7 @@ def smoke_test_config = [
255
257
" NUCLEO_F303RE" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://auli.mbedcloudtesting.com:443" ],
256
258
" NUCLEO_F411RE" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://ruka.mbedcloudtesting.com:443" ],
257
259
" NUCLEO_F429ZI" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://ruka.mbedcloudtesting.com:443" ],
260
+ " DISCO_F769NI" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://rauni.mbedcloudtesting.com:443" ],
258
261
]
259
262
260
263
for (target in smoke_test_config. keySet()) {
0 commit comments