Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 5 months ago. This question has been closed. Reason: Unclear question
mbed structure
I find that for some programs mbed has structure:
mbed: ....TARGET_LPC1768 ........TOOLCHAIN_GCC_ARM
but other program of similar complexity have a more complicated structure:
mbed: ....TARGET_LPC1768 ........TARGET_NXP ............TARGET_LPC1768 .................TARGET_MBED_LPC1768 ........TOOLCHAIN_GCC_ARM
What determines this structure?