How to build a project for target which is available on mbed git repository

I wrote a post about using exporters to create Hello world for target K20D5M. This target is today not available online, but can be used offline directly from mbed sources which are available on github mbed repository.

Exporters support the following targets:

  • NUCLEO_F103RB
  • KL25Z
  • LPC1347
  • LPC11U24_301
  • LPC4330_M4
  • nRF51822
  • LPC11U35_401
  • LPC810
  • KL46Z
  • LPC812
  • KL05Z
  • LPC1768
  • K20D5M
  • LPC4088
  • LPC11C24
  • MBED_MCU
  • LPC1114
  • LPC11U24,
  • STM32F407
  • LPC2368

As you can see, for example KL05Z target is not online available, but can be used offline. Follow the link to find out more http://embeddedworldweb.blogspot.com/2013/12/how-to-use-mbed-exporters-tutorial.html


Please log in to post comments.