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.
mbed folder structure
I find that for some programs the mbed folder has structure:
mbed: TARGET_LPC1768 TOOLCHAIN_GCC_ARM
but others have a more complicated structure:
mbed: TARGET_LPC1768 TARGET_NXP TARGET_LPC1768 TARGET_MBED_LPC1768 TOOLCHAIN_GCC_ARM
What determines this structure?
1 Answer
10 years, 5 months ago.
Hello Gary Richardson,
the target script file, there is variable extra_labels:
self.extra_labels = ['NXP', 'LPC176X', 'MBED_LPC1768']
Regards,
0xc0170