2013-02-18 15:23:12 +00:00
|
|
|
mbed
|
|
|
|
====
|
|
|
|
|
2013-02-22 14:59:05 +00:00
|
|
|
mbed libraries and tools
|
|
|
|
|
2013-03-03 11:41:07 +00:00
|
|
|
* [Tools documentation](http://mbed.org/handbook/mbed-tools): how to setup and use the build system.
|
|
|
|
* [mbed library internals](http://mbed.org/handbook/mbed-library-internals) documentation
|
2013-03-03 11:34:42 +00:00
|
|
|
|
2013-03-14 12:17:47 +00:00
|
|
|
Supported Microcontrollers
|
|
|
|
--------------------------
|
2013-03-14 14:30:17 +00:00
|
|
|
* [NXP LPC1768](http://mbed.org/handbook/mbed-NXP-LPC1768) (Cortex-M3)
|
|
|
|
* [NXP LPC111U24](http://mbed.org/handbook/mbed-NXP-LPC11U24) (Cortex-M0)
|
|
|
|
* NXP LPC2368 (ARM7TDMI-S)
|
|
|
|
* NXP LPC812 (Cortex-M0+)
|
|
|
|
* [Freescale KL25Z](http://mbed.org/handbook/mbed-FRDM-KL25Z) (Cortex-M0+)
|
|
|
|
|
|
|
|
Supported Toolchains and IDEs
|
|
|
|
-----------------------------
|
|
|
|
* GCC ARM: [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-major)
|
|
|
|
* ARMCC (standard library and MicroLib): [uVision](http://www.keil.com/uvision/)
|
|
|
|
* IAR: [IAR Embedded Workbench](http://www.iar.com/en/Products/IAR-Embedded-Workbench/ARM/)
|
|
|
|
* GCC code_red: [Red Suite](http://www.code-red-tech.com/)
|
|
|
|
* GCC CodeSourcery: [Sourcery CodeBench](http://www.mentor.com/embedded-software/codesourcery)
|
2013-03-14 12:17:47 +00:00
|
|
|
|
2013-03-03 11:34:42 +00:00
|
|
|
API Documentation
|
|
|
|
-----------------
|
2013-03-03 11:41:07 +00:00
|
|
|
* [RTOS API](http://mbed.org/handbook/RTOS)
|
2013-03-14 14:35:14 +00:00
|
|
|
* [TCP/IP Socket API](http://mbed.org/handbook/Socket) (Transports: Ethernet, WiFi, 3G)
|
2013-03-03 11:41:07 +00:00
|
|
|
* [USB Device API](http://mbed.org/handbook/USBDevice)
|
2013-03-14 12:17:47 +00:00
|
|
|
* [USB Host API](http://mbed.org/handbook/USBHost)
|
2013-03-14 14:35:14 +00:00
|
|
|
* [DSP API](http://mbed.org/users/mbed_official/code/mbed-dsp/docs/tip/)
|
2013-03-14 14:52:42 +00:00
|
|
|
* Flash File Systems: [SD](http://mbed.org/handbook/SDFileSystem), [semihosted](http://mbed.org/handbook/LocalFileSystem)
|
|
|
|
* [Peripheral Drivers API](http://mbed.org/handbook/Homepage)
|