platformio / platform-nxplpc

NXP LPC: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nxplpc
Apache License 2.0
9 stars 12 forks source link

Undeclared define error with LPC1768 #10

Open lyshar opened 6 years ago

lyshar commented 6 years ago

I Took the files from "example-ublox-cellular-interface" from u-blox c027 repo (https://os.mbed.com/teams/ublox/code/example-ublox-cellular-interface)

and they won't compile with the error /home/user/.platformio/packages/framework-mbed/features/FEATURE_COMMON_PAL/nanostack-hal-mbed-cmsis-rtos/ns_event_loop.c:32:34: error: 'MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE' undeclared here (not in a function); did you mean 'MBED_CONF_LWIP_PPP_THREAD_STACKSIZE'?

with mbed-cli it compiles correctly help would be great, thanks.

ivankravets commented 5 years ago

Does it work with the latest release?