@@ -20,26 +20,27 @@ Documentation
20
20
* [ mbed library internals] ( http://mbed.org/handbook/mbed-library-internals )
21
21
* [ Adding a new target microcontroller] ( http://mbed.org/handbook/mbed-SDK-porting )
22
22
23
- Supported Microcontrollers
24
- --------------------------
23
+ Supported Microcontrollers and Boards
24
+ -------------------------------------
25
25
NXP:
26
- * [ LPC1768] ( http://mbed.org/platforms/mbed-LPC1768/ ) (Cortex-M3)
27
- * [ LPC1768] ( http://mbed.org/platforms/u-blox-C027/ ) (Cortex-M3)
28
- * [ LPC11U24] ( http://mbed.org/platforms/mbed-LPC11U24/ ) (Cortex-M0)
29
- * [ LPC11U35] ( http://mbed.org/platforms/EA-LPC11U35/ ) (Cortex-M0)
30
- * LPC2368 (ARM7TDMI-S)
26
+ * [ mbed LPC1768] ( http://mbed.org/platforms/mbed-LPC1768/ ) (Cortex-M3)
27
+ * [ u-blox C027 LPC1768] ( http://mbed.org/platforms/u-blox-C027/ ) (Cortex-M3)
28
+ * [ mbed LPC11U24] ( http://mbed.org/platforms/mbed-LPC11U24/ ) (Cortex-M0)
29
+ * [ EA LPC11U35] ( http://mbed.org/platforms/EA-LPC11U35/ ) (Cortex-M0)
30
+ * mbed LPC2368 (ARM7TDMI-S)
31
31
* LPC810 (Cortex-M0+)
32
32
* [ LPC812] ( http://mbed.org/platforms/NXP-LPC800-MAX/ ) (Cortex-M0+)
33
- * [ LPC4088] ( http://mbed.org/platforms/EA-LPC4088/ ) (Cortex-M4)
33
+ * [ EA LPC4088] ( http://mbed.org/platforms/EA-LPC4088/ ) (Cortex-M4)
34
34
* LPC4330 (Cortex-M4 + Cortex-M0)
35
35
* [ LPC1347] ( http://mbed.org/platforms/DipCortex-M3/ ) (Cortex-M3)
36
36
* [ LPC1114] ( http://mbed.org/platforms/LPC1114FN28/ ) (Cortex-M0)
37
37
* LPC11C24 (Cortex-M0)
38
+ * [ LPC1549] ( https://mbed.org/platforms/LPCXpresso1549/ ) (Cortex-M3)
38
39
39
40
Freescale:
40
- * KL05Z (Cortex-M0+)
41
- * [ KL25Z] ( http://mbed.org/platforms/KL25Z/ ) (Cortex-M0+)
42
- * [ KL46Z] ( https://mbed.org/platforms/FRDM-KL46Z/ ) (Cortex-M0+)
41
+ * [ FRDM- KL05Z] ( https://mbed.org/platforms/FRDM-KL05Z/ ) (Cortex-M0+)
42
+ * [ FRDM- KL25Z] ( http://mbed.org/platforms/KL25Z/ ) (Cortex-M0+)
43
+ * [ FRDM- KL46Z] ( https://mbed.org/platforms/FRDM-KL46Z/ ) (Cortex-M0+)
43
44
44
45
STMicroelectronics:
45
46
* [ Nucleo-F103RB] ( https://mbed.org/platforms/ST-Nucleo-F103RB/ ) (Cortex-M3)
@@ -48,6 +49,9 @@ STMicroelectronics:
48
49
* [ Nucleo-F401RE] ( https://mbed.org/platforms/ST-Nucleo-F401RE/ ) (Cortex-M4)
49
50
* STM32F407 (Cortex-M4)
50
51
52
+ Nordic:
53
+ * [ nRF51822-mKIT] ( https://mbed.org/platforms/Nordic-nRF51822/ ) (Cortex-M0)
54
+
51
55
Supported Toolchains and IDEs
52
56
-----------------------------
53
57
* GCC ARM: [ GNU Tools for ARM Embedded Processors] ( https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-major )
0 commit comments