@@ -110,6 +110,7 @@ def build_test_config = [
110110 [" NUCLEO_F303RE" , " mbed_app.json" , " GCC_ARM" ],
111111 [" NUCLEO_F411RE" , " mbed_app.json" , " GCC_ARM" ],
112112 [" NUCLEO_F429ZI" , " mbed_app.json" , " GCC_ARM" ],
113+ [" DISCO_F769NI" , " mbed_app.json" , " GCC_ARM" ],
113114
114115 // Bootloaders for just testing the build
115116 [" NRF52840_DK" , " configs/kvstore_and_fw_candidate_on_sd.json" , " GCC_ARM" ],
@@ -131,6 +132,7 @@ def build_test_config = [
131132 [" DISCO_L475VG_IOT01A" , " configs/internal_kvstore_with_qspif.json" , " GCC_ARM" ],
132133 [" LPC55S69_NS" , " configs/psa.json" , " GCC_ARM" ],
133134 [" NUCLEO_F303RE" , " configs/internal_kvstore_with_spif.json" , " GCC_ARM" ],
135+ [" DISCO_F769NI" , " configs/internal_flash_no_rot.json" , " GCC_ARM" ],
134136]
135137
136138
@@ -255,6 +257,7 @@ def smoke_test_config = [
255257 " NUCLEO_F303RE" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://auli.mbedcloudtesting.com:443" ],
256258 " NUCLEO_F411RE" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://ruka.mbedcloudtesting.com:443" ],
257259 " NUCLEO_F429ZI" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://ruka.mbedcloudtesting.com:443" ],
260+ " DISCO_F769NI" : [" toolchains" : [ " GCC_ARM" ], " raas" : " https://rauni.mbedcloudtesting.com:443" ],
258261]
259262
260263for (target in smoke_test_config. keySet()) {
0 commit comments