|
|
hace 3 años | |
|---|---|---|
| .. | ||
| main | hace 4 años | |
| CMakeLists.txt | hace 3 años | |
| README.md | hace 4 años | |
| check_for_file_paths.py | hace 4 años | |
| sdkconfig.ci.noasserts | hace 4 años | |
| sdkconfig.ci.noasserts.nimble | hace 4 años | |
| sdkconfig.ci.replacepaths | hace 4 años | |
| sdkconfig.ci.silentasserts | hace 4 años | |
| sdkconfig.ci.silentasserts.nimble | hace 4 años | |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
|---|
This test app exists to verify that paths (like FILE) are not compiled into any object files in configurations where this should be avoided.
Configurations where this is relevant include:
__FILE__Not embedding paths reduces the binary size, avoids leaking information about the compilation environment, and is a necessary step to support reproducible builds across projects built in different directories.