Fix variable pathname spacing#2349
Conversation
Signed-off-by: TankedThomas <TankedThomas@users.noreply.github.com>
That's probably because this cmake file is in |
Ah, right. So it's worth keeping the changes then, since it'll be pulled downstream by other projects. |
|
Keeping this around, but will copy the upstream version when it is updated |
Huh, what's "upstream" of pico-sdk? |
|
upstream FreeRTOS FreeRTOS/FreeRTOS-Kernel#1255 |
|
Ahhh, I hadn't seen that issue. Sorry! |
|
Closing because I can no longer reproduce the issue (not sure why). See FreeRTOS upstream issue mentioned before for more info. |
Fixes #1043 (additional fixes, this time for
external/pico_sdk_import.cmake).Some pathname spacing (and special characters) still causes issues.
Related to this pull request from raspberrypi/debugprobe.
I'm not 100% sure about this pull request because I couldn't replicate the issue with pico-sdk, but since I had this issue with downstream and these fixes worked (and for consistency), I figured it was worth pushing the changes upstream anyway.