Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. mbed SDK
  2. ========
  3. [![Build Status](https://travis-ci.org/mbedmicro/mbed.png)](https://travis-ci.org/mbedmicro/mbed/builds)
  4. The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform relied upon by tens of thousands of
  5. developers to build projects fast.
  6. The SDK is licensed under the permissive Apache 2.0 licence, so you can use it in both commercial and personal projects
  7. with confidence.
  8. The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough
  9. to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed.
  10. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries
  11. have been built on top of the SDK by the mbed Developer Community.
  12. Documentation
  13. -------------
  14. * [Tools](http://developer.mbed.org/handbook/mbed-tools): how to setup and use the build system.
  15. * [mbed library internals](http://developer.mbed.org/handbook/mbed-library-internals)
  16. * [Adding a new target microcontroller](http://developer.mbed.org/handbook/mbed-SDK-porting)
  17. Supported Microcontrollers and Boards
  18. -------------------------------------
  19. View all on the [mbed Platforms](https://developer.mbed.org/platforms/) page.
  20. NXP:
  21. * [mbed LPC1768](http://developer.mbed.org/platforms/mbed-LPC1768/) (Cortex-M3)
  22. * [u-blox C027 LPC1768](http://developer.mbed.org/platforms/u-blox-C027/) (Cortex-M3)
  23. * [mbed LPC11U24](http://developer.mbed.org/platforms/mbed-LPC11U24/) (Cortex-M0)
  24. * [EA LPC11U35](http://developer.mbed.org/platforms/EA-LPC11U35/) (Cortex-M0)
  25. * mbed LPC2368 (ARM7TDMI-S)
  26. * LPC810 (Cortex-M0+)
  27. * [LPC812](http://developer.mbed.org/platforms/NXP-LPC800-MAX/) (Cortex-M0+)
  28. * [EA LPC4088](http://developer.mbed.org/platforms/EA-LPC4088/) (Cortex-M4F)
  29. * [EA LPC4088 DM](http://developer.mbed.org/platforms/EA-LPC4088-Display-Module/) (Cortex-M4F)
  30. * LPC4330 (Cortex-M4F + Cortex-M0)
  31. * [LPC1347](http://developer.mbed.org/platforms/DipCortex-M3/) (Cortex-M3)
  32. * [LPC1114](http://developer.mbed.org/platforms/LPC1114FN28/) (Cortex-M0)
  33. * LPC11C24 (Cortex-M0)
  34. * [LPC1549](https://developer.mbed.org/platforms/LPCXpresso1549/) (Cortex-M3)
  35. * [LPC800-MAX](https://developer.mbed.org/platforms/NXP-LPC800-MAX/) (Cortex-M0+)
  36. * [DipCortex-M0](https://developer.mbed.org/platforms/DipCortex-M0/) (Cortex-M0)
  37. * [DipCortex-M3](https://developer.mbed.org/platforms/DipCortex-M3/) (Cortex-M3)
  38. * [BlueBoard-LPC11U24](https://developer.mbed.org/platforms/BlueBoard-LPC11U24/) (Cortex-M0)
  39. * LPCCAPPUCCINO (Cortex-M0)
  40. * [Arch](https://developer.mbed.org/platforms/Seeeduino-Arch/) (Cortex-M0)
  41. * [Arch GPRS](https://developer.mbed.org/platforms/Seeed-Arch-GPRS/) (Cortex-M0)
  42. * [Arch Pro](https://developer.mbed.org/platforms/Seeeduino-Arch-Pro/) (Cortex-M3)
  43. Freescale:
  44. * [FRDM-KL05Z](https://developer.mbed.org/platforms/FRDM-KL05Z/) (Cortex-M0+)
  45. * [FRDM-KL25Z](http://developer.mbed.org/platforms/KL25Z/) (Cortex-M0+)
  46. * FRDM-KL43Z (Cortex-M0+)
  47. * [FRDM-KL46Z](https://developer.mbed.org/platforms/FRDM-KL46Z/) (Cortex-M0+)
  48. * [FRDM-K20D50M](https://developer.mbed.org/platforms/FRDM-K20D50M/) (Cortex-M4)
  49. * [FRDM-K22F](https://developer.mbed.org/platforms/FRDM-K22F/) (Cortex-M4F)
  50. * [FRDM-K64F](https://developer.mbed.org/platforms/FRDM-K64F/) (Cortex-M4F)
  51. STMicroelectronics:
  52. * [Nucleo-F030R8](https://developer.mbed.org/platforms/ST-Nucleo-F030R8/) (Cortex-M0)
  53. * [Nucleo-F072RB](https://developer.mbed.org/platforms/ST-Nucleo-F072RB/) (Cortex-M0)
  54. * [Nucleo-L053R8](https://developer.mbed.org/platforms/ST-Nucleo-L053R8/) (Cortex-M0+)
  55. * [Nucleo-F103RB](https://developer.mbed.org/platforms/ST-Nucleo-F103RB/) (Cortex-M3)
  56. * [Nucleo-L152RE](https://developer.mbed.org/platforms/ST-Nucleo-L152RE/) (Cortex-M3)
  57. * [Nucleo-F302R8](https://developer.mbed.org/platforms/ST-Nucleo-F302R8/) (Cortex-M4F)
  58. * [Nucleo-F334R8](https://developer.mbed.org/platforms/ST-Nucleo-F334R8/) (Cortex-M4F)
  59. * [Nucleo-F401RE](https://developer.mbed.org/platforms/ST-Nucleo-F401RE/) (Cortex-M4F)
  60. * [Nucleo-F411RE](https://developer.mbed.org/platforms/ST-Nucleo-F411RE/) (Cortex-M4F)
  61. * STM32F4XX (Cortex-M4F)
  62. * STM32F3XX (Cortex-M4F)
  63. * STM32F0-Discovery (Cortex-M0)
  64. * STM32VL-Discovery (Cortex-M3)
  65. * STM32F3-Discovery (Cortex-M4F)
  66. * STM32F4-Discovery (Cortex-M4F)
  67. * STM32F429-Discovery (Cortex-M4F)
  68. * STM32L0-Discovery (Cortex-M0+)
  69. * [Arch Max](https://developer.mbed.org/platforms/Seeed-Arch-Max/) (Cortex-M4F)
  70. Nordic:
  71. * [nRF51822-mKIT](https://developer.mbed.org/platforms/Nordic-nRF51822/) (Cortex-M0)
  72. * [Arch BLE](https://developer.mbed.org/platforms/Seeed-Arch-BLE/) (Cortex-M0)
  73. Renesas:
  74. * [RZ-A1H](http://developer.mbed.org/platforms/Renesas-GR-PEACH/) (Cortex-A9)
  75. Supported Toolchains and IDEs
  76. -----------------------------
  77. * GCC ARM: [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-major)
  78. * ARMCC (standard library and MicroLib): [uVision](http://www.keil.com/uvision/)
  79. * IAR: [IAR Embedded Workbench](http://www.iar.com/en/Products/IAR-Embedded-Workbench/ARM/)
  80. * GCC code_red: [Red Suite](http://www.code-red-tech.com/)
  81. * GCC CodeSourcery: [Sourcery CodeBench](http://www.mentor.com/embedded-software/codesourcery)
  82. * GCC ARM: [Em::Blocks](http://www.emblocks.org/web/)
  83. * GCC ARM: [CooCox CoIDE](http://www.coocox.org/)
  84. API Documentation
  85. -----------------
  86. * [RTOS API](http://developer.mbed.org/handbook/RTOS)
  87. * [TCP/IP Socket API](http://developer.mbed.org/handbook/Socket) (Transports: Ethernet, WiFi, 3G)
  88. * [USB Device API](http://developer.mbed.org/handbook/USBDevice)
  89. * [USB Host API](http://developer.mbed.org/handbook/USBHost)
  90. * [DSP API](http://developer.mbed.org/users/mbed_official/code/mbed-dsp/docs/tip/)
  91. * Flash File Systems: [SD](http://developer.mbed.org/handbook/SDFileSystem), [USB MSD](http://developer.mbed.org/handbook/USBHostMSD), [semihosted](http://developer.mbed.org/handbook/LocalFileSystem)
  92. * [Peripheral Drivers API](http://developer.mbed.org/handbook/Homepage)
  93. Community
  94. ---------
  95. For discussing the development of the mbed SDK itself (Addition/support of microcontrollers/toolchains, build and test system, Hardware Abstraction Layer API, etc) please join our [mbed-devel mailing list](https://groups.google.com/forum/?fromgroups#!forum/mbed-devel).
  96. For every topic regarding the use of the mbed SDK, rather than its development, please post on the [mbed.org forum](http://mbed.org/forum/), or the [mbed.org Q&A](http://mbed.org/questions/).
  97. For reporting issues in the mbed libraries please open a ticket on the issue tracker of the relevant [mbed official library](http://mbed.org/users/mbed_official/code/).