7 years, 8 months ago.

LPC1768 mbed OS support

When will the LPC1768 be supported by mbed OS with a working Device Connector Client?

2 Answers

7 years, 8 months ago.

If you have the LPC1768 hooked up to the internet via ethernet or ESP8266 wifi module you can use mbed OS 5 + Device Connector already.

I tried to compile the simple-mbed-client-example for the LPC1768 but it came up with numerous errors. I'm fairly new to mbed development, so please can you assist.

posted by Conrad Gagner 18 Aug 2016
7 years, 8 months ago.

"features": ["IPV4"],

need to be added in the "LPC1768" block of target.json. Also, MBEDTLS_ENTROPY_ related macros should be added.

All good. I got it to compile. Thanks.

posted by Conrad Gagner 18 Aug 2016