Disable DISCO_F746NG for now

Since code for this target can't be built with the online compiler at the
moment, disable it until we upgrade to a newer version of the compiler.
pull/1212/head^2
Bogdan Marinescu 2015-06-24 11:35:46 +03:00
parent 61f854b212
commit 81e206d2ad
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('MTS_DRAGONFLY_F411RE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('DISCO_L053C8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('DISCO_F334C8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('DISCO_F746NG', ('ARM', 'uARM', 'IAR')),
# ('DISCO_F746NG', ('ARM', 'uARM', 'IAR')),
('ARCH_MAX', ('ARM', 'GCC_ARM')),