Files
esp-idf/tools
Djordje Nedic e2815b3d04 bugfix: Fix windows path case sensitivity
This commit fixes an issue where paths on Windows are case insensitive, for instance when setting the build folder its name would be converted to lowercase.

The culprit is our realpath() function, that was calling os.path.normcase() internally, since we are removing that call it makes sense to just remove the function entirely and call os.path.realpath() wherever necessary.

Closes https://github.com/espressif/esp-idf/issues/10282
2023-01-18 22:41:41 +01:00
..
2022-11-08 16:22:14 +01:00
2022-08-25 08:34:59 +00:00
2022-08-09 14:30:52 +02:00
2021-12-09 17:24:43 +01:00
2022-08-09 14:30:52 +02:00