mirror of https://github.com/ARMmbed/mbed-os.git
Updated Readme for Atmel platform information and Added Atmel targets to the library build list
parent
ef1d2ef01e
commit
ad561d66ef
|
@ -96,6 +96,11 @@ Silicon Labs:
|
|||
* [EFM32 Giant Gecko] (https://developer.mbed.org/platforms/EFM32-Giant-Gecko/) (Cortex-M3)
|
||||
* [EFM32 Wonder Gecko] (https://developer.mbed.org/platforms/EFM32-Wonder-Gecko/) (Cortex-M4)
|
||||
|
||||
Atmel:
|
||||
* [SAM R21 XPRO] (https://developer.mbed.org/platforms/SAMR21-XPRO/) (Cortex-M0+)
|
||||
* [SAM L21 XPRO B] (https://developer.mbed.org/platforms/SAML21-XPRO/) (Cortex-M0+)
|
||||
* [SAM D21 XPRO] (https://developer.mbed.org/platforms/SAMD21-XPRO/) (Cortex-M0+)
|
||||
* [SAM W25 XPRO] (https://developer.mbed.org/platforms/SAMW25-XPRO/) (Cortex-M0+)
|
||||
|
||||
Supported Toolchains and IDEs
|
||||
-----------------------------
|
||||
|
|
|
@ -129,6 +129,11 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
|
|||
('WIZWIKI_W7500', ('ARM', 'uARM')),
|
||||
('WIZWIKI_W7500P',('ARM', 'uARM')),
|
||||
('WIZWIKI_W7500ECO',('ARM', 'uARM')),
|
||||
|
||||
('SAMR21G18A',('ARM', 'uARM', 'GCC_ARM')),
|
||||
('SAMD21J18A',('ARM', 'uARM', 'GCC_ARM')),
|
||||
('SAMD21G18A',('ARM', 'uARM', 'GCC_ARM')),
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue