[NUCLEO_F302R8] exporters for gcc_arm and coide

Adding a missing line in build_release.
pull/714/head
ohagendorf 2014-11-16 18:29:15 +01:00
parent 42c20128a6
commit 67379da300
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('NUCLEO_F072RB', ('ARM', 'uARM', 'IAR')),
('NUCLEO_F091RC', ('ARM', 'uARM', 'IAR')),
('NUCLEO_F103RB', ('ARM', 'uARM', 'IAR')),
('NUCLEO_F302R8', ('ARM', 'uARM', 'IAR')),
('NUCLEO_F302R8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F334R8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F401RE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F411RE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),