1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-27 05:41:49 +03:00
Files
esp8266/tests/sanity_check.sh
Max Prokhorov 9d85661d6f Test - correct output format when building & linking (#9266)
Replace .o -> .c.o or .cpp.o, .ld pattern expects source-named objects to place them into ROM instead of IRAM (which would blow up otherwise)

Check another known issue w/ newlib-4.0.0 libm which was missing remainder{,f} using existing device test code

Actually use the funcs in the resulting .elf via app_entry
2025-08-09 23:09:31 +03:00

3.6 KiB
Executable File