mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Added NONOS SDK 3.0.0 ~ 3.0.5 (again) (#8736)
* Added NONOS SDK 3.0.0 ~ 3.0.5 * Added user_pre_init * rf_cal[0] !=0x05,is 0x00 * # Remove mem_manager.o from libmain.a to use custom heap implementation, and time.o to fix redefinition of time-related functions # Rename `hostname` and `default_hostname` symbols * user_rf_pre_init * Add system_func1() called by system_restart_local() * Add commit log text * Fixed user_rf_pre_init * Style * pio sdks Co-authored-by: TAiGA <> Co-authored-by: Maxim Prokhorov <prokhorov.max@outlook.com>
This commit is contained in:
@ -81,10 +81,12 @@ elif [[ ${VERSION} == "NONOSDK22x"* ]]; then
|
||||
addSymbol_system_func1 "0x54"
|
||||
patchFile "eap.o" "3059" "2" "wAA=" "8CA=" # WPA2-Enterprise patch which replaces a double-free with nop, see #8082
|
||||
patchFile "eap.o" "26356" "9" "dlBvcnRGcmVl" "ejJFYXBGcmVl" # special vPortFree to recover leaked memory
|
||||
elif [[ ${VERSION} == "NONOSDK3"* ]]; then
|
||||
elif [[ ${VERSION} == "NONOSDK3V0"* ]]; then
|
||||
addSymbol_system_func1 "0x60"
|
||||
patchFile "eap.o" "3059" "2" "wAA=" "8CA=" # WPA2-Enterprise patch which replaces a double-free with nop, see #8082
|
||||
patchFile "eap.o" "26356" "9" "dlBvcnRGcmVl" "ejJFYXBGcmVl" # special vPortFree to recover leaked memory
|
||||
elif [[ ${VERSION} == "NONOSDK3"* ]]; then
|
||||
addSymbol_system_func1 "0x54"
|
||||
else
|
||||
echo "WARN: Unknown address for system_func1() called by system_restart_local()"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user