Added KL46Z and NUCLEO_F103RB to the official SDK build

pull/122/head mbed_lib_rev73
Bogdan Marinescu 2013-12-09 17:34:44 +02:00
parent 28b16e995d
commit 1f942615c1
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('LPC1347', ('ARM',)),
('LPC4088', ('ARM', 'GCC_ARM', 'GCC_CR')),
('LPC1114', ('uARM',)),
('KL46Z', ('ARM', 'GCC_ARM')),
('NUCLEO_F103RB', ('ARM',)),
)