PelionIoT / mbed-os-example-pelion-psoc64

Mbed OS example for Pelion Device Management using Cypress PSoC® 64 Secure Microcontroller
Apache License 2.0
2 stars 5 forks source link

Patch does not apply to MacOS #3

Closed maclobdell closed 4 years ago

maclobdell commented 4 years ago

Describe the bug In the readme for CYTFM_... at https://github.com/ARMmbed/mbed-os-example-pelion-armdevsummit/blob/armdevsummit/TARGET_CYTFM_064B0S2_4343W/README.md#building-and-running-the-example

It says that Mac OS is case-insensitive and requires applying a patch to the application. this is not true. It shouldn't be required because Mac is case-sensitive. However, I guess it does't hurt.

moshe-shahar commented 4 years ago

AFAIK, in Mac OS, user can choose the File System mode.

maclobdell commented 4 years ago

I see. thanks. I see that my file system is case-insensitive on Mac. my mistake.