-
Couldn't load subscription status.
- Fork 3k
Description
Description
There is a new file in the BLE stack called pal_crypto.h:
https://github.com/ARMmbed/mbed-os/blob/master/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/platform/include/pal_crypto.h
-
The problem is that the Pelion client has a porting layer called PAL and one of the files is called pal_Crypto.h. This causes build failures when building on a Windows machine (file system not case sensitive).
It would be great if that file name can be changed, because Pelion Client should work out of the box. -
Another issue: When I try to remove the BLE feature (for the UBLOX_EVK_ODIN_W2 target) with the following line:
"target.features_remove" : ["BLE"]
The build fails for ARMCC 6. This seems to be another bug (unless I am not removing the BLE feature properly)
Issue request type
[ ] Question
[ ] Enhancement
[x ] Bug