8 years, 4 months ago.

Link between mbed.bld and mbed-dev

I have a project using the Atmel SAM L21 (target SAML21J18A). When I link to mbed-dev it compiles fine. When I link to mbed.bld it fails on missing device.h.

mbed.bld does not seem to contain the target SAML21J18A, which does exists in mbed-dev.

Is this due to releasing procedure and it will take some time before it will appear in mbed.bld? If so, what is the expected timeframe for mbed.bld gets updated. Or is this a mistake?

Best regards, Marten

1 Answer

8 years, 4 months ago.

Marten,

I would have a look at using mbed os for this project as you can see its fully support here: https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_Atmel/TARGET_SAM_CortexM0P

Regards,

Andrea, team mbed