9 years, 10 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

9 years, 10 months ago.

Hello Gary Richardson,

the target script file, there is variable extra_labels:

self.extra_labels = ['NXP', 'LPC176X', 'MBED_LPC1768']

Regards,
0xc0170

I assume the self.extra_labels statement should be somewhere in the source code. I'm not very familiar with C++. Could you explain where it would go. Is there some documentation for that?

posted by Gary Richardson 06 Jun 2014