mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
Merge branch 'feature/relink_phy_ets_printf' into 'master'
phy: relink ets_printf of libphy.a to phy_printf See merge request sdk/ESP8266_RTOS_SDK!1095
This commit is contained in:
2
components/esp8266/lib/fix_printf.sh
Executable file
2
components/esp8266/lib/fix_printf.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
xtensa-lx106-elf-objcopy --redefine-sym ets_printf=phy_printf libphy.a
|
Binary file not shown.
Reference in New Issue
Block a user