mirror of https://github.com/ARMmbed/mbed-os.git
56ad7f7d58 | ||
---|---|---|
libraries | ||
workspace_tools | ||
.gitignore | ||
README.md |
README.md
mbed
The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform relied upon by tens of thousands of developers to build projects fast.
The SDK is licensed under the permissive Apache 2.0 licence, so you can use it in both commercial and personal projects with confidence.
The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community.
- Tools documentation: how to setup and use the build system.
- mbed library internals documentation
Supported Microcontrollers
- NXP LPC1768 (Cortex-M3)
- NXP LPC111U24 (Cortex-M0)
- NXP LPC2368 (ARM7TDMI-S)
- NXP LPC812 (Cortex-M0+)
- Freescale KL25Z (Cortex-M0+)
Supported Toolchains and IDEs
- GCC ARM: GNU Tools for ARM Embedded Processors
- ARMCC (standard library and MicroLib): uVision
- IAR: IAR Embedded Workbench
- GCC code_red: Red Suite
- GCC CodeSourcery: Sourcery CodeBench
API Documentation
- RTOS API
- TCP/IP Socket API (Transports: Ethernet, WiFi, 3G)
- USB Device API
- USB Host API
- DSP API
- Flash File Systems: SD, USB MSD, semihosted
- Peripheral Drivers API