Files
arduino-esp32/tools/sdk/lib/libethernet.a

480 lines
155 KiB
Plaintext
Raw Normal View History

2016-12-02 14:50:43 +02:00
!<arch>
/ 1537472266 0 0 0 1170 `
.<04><04><04><04><04><04><04><04><04><04><04>9&9&9&9&9&9&9&9&9&9&9&9&9&9&9&9&<01><><01><><01><><01><><01><><01><><01><><01><><01><><01><><01><><01><>6<>6<>6<>6<>6<>6<>6<>emac_enable_flowctrlemac_disable_flowctrlemac_enable_dma_txemac_enable_dma_rxemac_disable_dma_txemac_disable_dma_rxemac_resetemac_enable_clkemac_dma_initemac_mac_enable_txrxemac_mac_initemac_link_check_funcesp_eth_get_macesp_eth_set_macesp_eth_smi_writeesp_eth_smi_readesp_eth_smi_wait_valueesp_eth_free_rx_bufesp_eth_txemac_process_link_checkemac_taskemac_postesp_eth_enableesp_eth_disableesp_eth_init_internalesp_eth_initesp_eth_deinitphy_rmii_configure_data_interface_pinsphy_rmii_smi_configure_pinsphy_mii_enable_flow_ctrlphy_mii_check_link_statusphy_mii_get_partner_pause_enablephy_lan8720_check_phy_initphy_lan8720_get_speed_modephy_lan8720_get_duplex_modephy_lan8720_power_enablephy_lan8720_initphy_lan8720_dump_registersphy_lan8720_default_ethernet_configphy_tlk110_check_phy_initphy_tlk110_get_speed_modephy_tlk110_get_duplex_modephy_tlk110_power_enablephy_tlk110_initphy_tlk110_dump_registersphy_tlk110_default_ethernet_configemac_dev.o/ 1537472266 501 20 100644 13332 `
ELF^<00>*4(=:<18><>?H<18><>?<18><>? <18><>?<18><>?<3F><><EFBFBD><EFBFBD><18><>?<00><>?<3F><00>?@<00><><EFBFBD><EFBFBD><18><>?<00><>?<3F><><EFBFBD><EFBFBD><00><>?<00><>?<00><00><><EFBFBD><EFBFBD>6A<00><00> <00> )<29><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00> I<><49> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><><EFBFBD><7F><10> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><><EFBFBD><EFBFBD><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><>ϐ<EFBFBD> <09><> <20> <00><1D>6A<00><00> <00><><10> <00>=<3D>=<3D>=<3D>=<3D><> <00>|<7C><><EFBFBD><10> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><><EFBFBD><7F><10> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><><EFBFBD><EFBFBD> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><>ϐ<EFBFBD><10> <00><1D>6A<00><00> <00> <09><00><> <20> <00> <1D>6A<00><00> <00> (<28><> <20> <00> <1D>6A<00><00> <00> <09><00><><10> <00> <1D>6A<00><00> <00><><10> <00> <1D>6A<00><00> <00> <18><> <20> <00> =<3D>=<3D>=<3D>=<3D><><00> <00><07><><1D>6A t<>r10<> <20><00>! <20> <20> <00><1D>!<00><02><00><00><00><><10> <00><1D>6A<00><00> <00>L <09><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00> I<><49> <20> <00>=<3D>=<3D>=<3D>=<3D><><00> <00>
<EFBFBD><00><><10><><00><> <20> <00>
<1D>6A<00><00> <00> I<><49> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00> <0C><><EFBFBD> <20> <00><1D>6A<00><00> <00><08><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><08><00><><10> <00><1D> <00><><EFBFBD><EFBFBD>| ~ s     * 9 O . H T<01> <00><06><08>I<07>int Su1<05>X<07><08><04>}<04>-H<02>S<1F>S<08># <09>J<><03>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
regJ<> `%~<01>  <0C> }o  k.s<01>A <0C>Q }QoA <0B>7<01>u <0C><00> }<00>ou <0B><<01><> <0C><00>u <0B>A<01><> <0C><00> }<00>o<06> aF<01> <0C><06> K*<01>% <0C>5 }5o
% HW9<01><><0F>W<><10> Z<><11>!CZs<14>! \<15><00><00>?,CZr u`O<01><> <0C><00> }<00>o <06> <0B>g.<01> <0C>  <0B>mH<01>, <0C>,<06>TAG#<23><06>N<17><00><07>emac% U$ > $ > : ; I I&I I: ; ( .: ; 'I 
: ; I .?: ; '@<18>B 4I4 I!I/ : ; I1X Y 1<12><>1<13><><18>B1X Y 14: ; I.?<n: ; 6R9<00>R<>! <0C><00>?<3F>l~s*9O.H~s*9O.H<00>=<01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/soc/esp32/include/soc/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/includeemac_dev.cdport_access.h_default_types.hstdint.hesp_log.hesp_dport_access.h%      .      7  <  <03>  <03>  <03>    <03> v  u   <03>    #<03>   <03>    ESP_LOG_ERRORESP_LOG_WARN/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/emac_dev.cemac_disable_flowctrlshort unsigned intenable__func__ESP_LOG_INFOunsigned charesp_dport_access_reg_readlong unsigned intemac_mac_enable_txrxemac_reset__uint32_tunsigned intESP_LOG_DEBUGlong long unsigned intemac_enable_clksizetypeemac_disable_dma_rxlong long intemac_mac_initcharemac_disable_dma_txGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort intESP_LOG_NONEemac_enable_flowctrlemac_dma_initemac_enable_dma_rxuint32_tlong intDPORT_REG_READemac_enable_dma_txsigned char_Bool/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/ethernetESP_LOG_VERBOSEGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-12-02 14:50:43 +02:00
ABI=0
  (~~(ss((((("*(!!!9(OO(..(HH.symtab.strtab.shstrtab.literal.emac_enable_flowctrl.literal.emac_disable_flowctrl.literal.emac_enable_dma_tx.literal.emac_enable_dma_rx.literal.emac_disable_dma_tx.literal.emac_disable_dma_rx.literal.emac_reset.rela.literal.emac_enable_clk.literal.emac_dma_init.literal.emac_mac_enable_txrx.literal.emac_mac_init.text.data.bss.rela.text.emac_enable_flowctrl.rela.text.emac_disable_flowctrl.rela.text.emac_enable_dma_tx.rela.text.emac_enable_dma_rx.rela.text.emac_disable_dma_tx.rela.text.emac_disable_dma_rx.rela.text.emac_reset.rela.text.emac_enable_clk.rela.text.emac_dma_init.rela.text.emac_mac_enable_txrx.rela.text.emac_mac_init.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>  "$&(*+-/13
  4568 ~!s7J]q<00>*<00>9<00><00>O <00>."<00>H$emac_dev.cemac_enable_flowctrlemac_disable_flowctrlemac_enable_dma_txemac_enable_dma_rxemac_disable_dma_txemac_disable_dma_rxemac_resetemac_enable_clkesp_dport_access_reg_reademac_dma_initemac_mac_enable_txrxemac_mac_init //T  % !, !  /&& / 4 < !" "#";" !(,,049@DDHLQX\\`dipttx | <00> <00><00><00><00>
2016-12-02 14:50:43 +02:00
<00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00><00><00><00> <00> <00> <00><00><00><00> <00> <00> <00><00><00><00> <00> <00> <00><00><00><00><00><00>  !(/6=IV]dkry<00><00><00><00><00><00><00><00><00><00><00><00><00>#)-8W]al<00><00><00><00><00><00> <00> <00><00><00>
<00>
<00>   ;A E PZc g v{ <00> <00> !<00> <00><00> <00> <00><00><00><00><00>#>DH    ! %  $(,0 4 8
2016-12-02 14:50:43 +02:00
<
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
@ D H L P T X\`d   $ (
2016-12-02 14:50:43 +02:00
,
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
0 4 8 < @ D HLPTJx<00><00><00> <00>
 # Z }<00>TZ`f,lDp_<00><00><00><00>,<00>D<00>Y<00><00><00><00><00> <00> <00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
     (. 6 > F N !R ,e k q u ,<00><00><00><00><00><00><00>. (08@ H!P" $0<HT` l!x"<00><00><00><00><00><00><00><00><00><00><00>  , 8
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
D
P
\ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00><00>(49<X@tH<00>L<00>T<00>X<00>\<00>@; <00>p |1<00>H<00>N<00>T<00>^<00>~Y@,; ~sy@D ; <00><00><00>@P; <00><00><00>@h ; <00><00><00>@t; <00><00><00>@<00> ; <00>*@<00>$; /9*@<00>l; JLOE@($;  c<00>.^@L ;" <00><00>H~@X0;$ <00><00>@<00><00>;& <00>,X<00>@(<00>;( <00><00>5<00><00>9<00>@#H;+ <00><00>p<00>@H#;- <00>b `<00>@\$;/ <00> <00><00>@d%p;1 0| /0<00>;$<00>86X1@<00>'<00>;6 Cv4>@X(4;8 <00>L<00>0<' (<00>emac_main.o/ 1537472266 501 20 100644 102016 `
ELF^<00>m4(<00><00><10>@F<00><10><>? <0C><>?<1C><>?<3F><1C><>?L<><4C>?<00><14><>?<1C><>? <0C><>?L<><4C>?<00><><EFBFBD><EFBFBD><1C><>?<00><00><><EFBFBD><EFBFBD><1C><>?<08><>?@<40><>?<00><>D<><44>?$`<00><00><00><00>Dp<00><00>H<><48>?<00><><EFBFBD><EFBFBD><00><>?<00><><EFBFBD><EFBFBD>@<00><><EFBFBD><EFBFBD>$888<10><>?<14><>?<10><>?<14><>?0<00><><EFBFBD><EFBFBD><00><08><>? <0C><>?<00><00><><EFBFBD><EFBFBD><04><>?<00><00><00><>?L<><4C>?<3F><><EFBFBD><EFBFBD>PP<><50>? <0C><>?<3F><1F><><00><08><>?<04><>?<01><><EFBFBD><EFBFBD> <00><><EFBFBD><EFBFBD>6A00<30>9=<3D>=<3D>=<3D>=<3D><><00><1D>6A <08><12><1D>6A<00>2b=<3D>=<3D>=<3D>=<3D>19=<3D>=<3D>=<3D>=<3D>19<1D>6A<00><00>8<EFBFBD><00> <00><1D>6A<00><00>x<EFBFBD><00> <00><1D>6A<00> <09>h<EFBFBD>H<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6A!8A94 )d)D)T<> <00><03><00>A@B<>HI#"=<3D>=<3D>=<3D>A@B<>HI3= <0C>'<27>ԭ<03><00>A@"<22>()#=<3D>=<3D>=<3D>=<3D><>(8)3=<3D>=<3D>=<3D>=<3D>!HIx )<29>)<29>)<29><>102<30><32><03><04><00>"102<30>894M <0C>'<27><>=<3D>=<3D>10"<22><><02><04><00>!(r)4<1D>6A<00><02><00>=<3D>=<3D>=<3D>=<3D><><12>=<3D>=<3D>=<3D>=<3D><>"<22>(=<3D>=<3D>=<3D>=<3D><>B<EFBFBD>h=<3D>=<3D>=<3D>=<3D><>2<EFBFBD>h=<3D>=<3D>=<3D>=𘒒h=<3D>=<3D>=<3D>=<3D><>R<EFBFBD>h=<3D>=<3D>=<3D>=<3D><>b<EFBFBD>h=<3D>=<3D>=<3D>=<3D><>r<EFBFBD>h=<3D>=<3D>=<3D>=𘂒h=<3D>=<3D>=<3D>=<3D><>(<28>H\<5C> =<3D>=<3D>=<3D>=𘲒h=<3D>=<3D>=<3D>=<3D>(<28>"h<1D>6A<00><00><00> <00><1D>6A <09><00> <00><1D>6A!<00> <00> <02>"<22>8<EFBFBD><08><00><> <0C>'<27><><1D>6a<00>2E<32>*<2A><>V(A*D<1B><>D)!91 K<><4B><EFBFBD>=<3D>!<00><02><00>-
2!S<00><00>&|<7C><1D> <1D>A@<40> <20><00><00>*<2A><><1B><>H<00> @<40> <20><00>)!91 <0C><><EFBFBD>=<3D>!<00><02><00>&|<7C><1D> <1D> <1D>6A<00><00> (<08> )gbd=<3D>=<3D>=<3D>=<3D><><00> <00> <09><><EFBFBD><EFBFBD><EFBFBD><10> <00> =<3D>=<3D>=<3D>=<3D><><00>]<5D>e<><65><EFBFBD>:,<2C><00><00>8 <19><00>H<00> =<3D>=<3D>=<3D>=<3D><><00> <00> H<><48> <20> <00> *%wb<19><00> <00> <09><><EFBFBD><7F><10> <00> <0B> %b <0B><>%<1D>6A!(<28>f2<02> !<00> 8<02>!<00>"10<><30><EFBFBD> <0C><>Ԩ<08> <00><><EFBFBD><EFBFBD><11><00><><EFBFBD><EFBFBD><EFBFBD><08> <09><00><00><><1B><><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD>80<><30><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D>!<00> 8!<00><>! (<28><><02><><EFBFBD>1<00> <00>L ( <20> )<1D>6A!(<28>f2<02>) !<00><>! (<28>(<02>!'J3!<00>"A@<40><> <0C><>ը<08> <00><><EFBFBD><EFBFBD><11><00><><EFBFBD><EFBFBD><EFBFBD><08> <09><00>H<>D<><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD><11><><EFBFBD><EFBFBD><EFBFBD> <0C>7<EFBFBD><37>=<3D>=<3D>=<3D>!<00> HL04 <20> 9=<3D>=<3D>=<3D>=<3D><> H2<><32>04 <20> 9 =<3D>=<3D>=<3D>!<00> 9<1D>6A<00><00> <00> <0B><00><><10><00>
=<3D><><11>
<<3C><> <20><> <20> <00> =<3D>=<3D>=<3D>=<3D><>
;<3B><><01>
:<00><11><> <20>
9<EFBFBD><EFBFBD><11><> <20>
8<EFBFBD><EFBFBD> <20><00> <00> <1D>6A<00><00><1D>emacE (%d) %s: phy addr err
E (%d) %s: mac mode err, currently only support for RMII
E (%d) %s: emac clock mode err
E (%d) %s: phy_init func is null
2017-01-16 16:03:13 +02:00
E (%d) %s: tcpip_input func is null
E (%d) %s: gpio config func is null
E (%d) %s: phy check link func is null
E (%d) %s: phy check init func is null
E (%d) %s: phy get speed mode func is null
E (%d) %s: phy get duplex mode func is null
2017-01-16 16:03:13 +02:00
E (%d) %s: phy get partner pause enable func is null
2017-02-20 00:00:12 +02:00
E (%d) %s: phy power enable func is null
2017-01-16 16:03:13 +02:00
E (%d) %s: emac tx chain err
emac_timerE (%d) %s: Timed out waiting for PHY register 0x%x to have value 0x%04x(mask 0x%04x). Current value 0x%04x
E (%d) %s: emac rx buf err!!
2017-01-16 16:03:13 +02:00
E (%d) %s: tx netif is not ready, emac_status=%d
E (%d) %s: unexpect sig %d
2017-01-16 16:03:13 +02:00
emacT6A!""<1C>'<27><1E><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><> <02><00><18><><EFBFBD><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><><00>(<28>H<1B><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>(ܨ<><00><00><00> <0B><> <20><00><><01><00>|<7C><><00>\(<02><00>(V<><01><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><><00>(܈<><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><1D>6A!<00> (<02><00><>f8F |<7C><><00>(<00><00><00><00><00><00>Y<1B><><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD><11><><EFBFBD><EFBFBD>Y=<3D>=<3D>=<3D>=<3D><>i <0B><><01><00><00><00> <0B>
<EFBFBD><00><><01><00>!<00> (<02><00>X<EFBFBD><00><><EFBFBD><EFBFBD><08><><EFBFBD>!<00>"<00><00><1D>6A!<00>"<14><00>"<16>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
f<16><00> <00>! ) <20> )<08><00><00> <00>! )<10> )=<3D>=<3D>=<3D>=<3D>!<00>"<15>
f<15><00> <00>! ) <20> )!<00> <00>"<00><00><><10> <00>b<00><00> !<00>B]<5D> <00><00><1D>6<><00><00> <00><08> <00><>=<3D>=<3D>=<3D>=<3D><>"H0<48> <00><00><00><00><00><00> <00><00>" t<>R<EFBFBD>b)1<><00><00><00><00>r)1ˡ<31><00><00> <00><>!<00> ""'<05><00><1D>6A<00>Ҡ <01><>С<00><00><00><00><08>: <1D> <1D>6A!(<02><00>|<7C> <0A>
<EFBFBD><EFBFBD> <20> <20><00>& <1D> <1D>6A!|<7C> <0A> [<5B><02><00> <08> <1D>6<>1<00> 8<03> 9<>=<3D>=<3D>=<3D>=<3D>B"2<>2D<00> <1A><00><00><00><00><00><00><00><00><00><00><00><00><00>1<00>#<10><00><00> (<28><>C2aˡ<><00><00><00><00>ʁ<00>V<>2<><32>2D<00> <00><00><00>|<7C>2D<00> =<3D>=<3D>=<3D>=<3D>(f <0A> <0A> !<00><02><00><00> 8<>!<00> ('<05><00><1D>6A|<7C> <0A> <0A><><03><00>(<00><00>& <1D> <1D>6<EFBFBD><00><00> <00>(<00> <00>a<0F><00><00><00>
<EFBFBD><00><00><00><00><00><00><00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><00> 9<><00><>X<>aˡ<><00><00>f <0A> н !<00>"<00><00><00> <00><><EFBFBD><00> <00><08><05><00><1D>6A h <0B><00><00><1D>6A ;<3B><00><00><1D>6A l<><00><02><00><1D>6A<00><07> l<><02><00><00> <1D>"<22> <1D>6A00<30><30><00>(<00><00> <00><07><><EFBFBD><00> 9 D<>"P<><11><><EFBFBD><EFBFBD><EFBFBD> <0C> <20> !<00> <00>b=<3D>=<3D>=<3D>=<3D><><00> <00><07><><1D>6A<00><00>(<00><00> <00><07><> <20>D<EFBFBD><44>P<><11><><EFBFBD><EFBFBD><EFBFBD> <0C> <20> !<00> <00>=<3D>=<3D>=<3D>=<3D><><00> <00><07><>!<00> ( <20><1D>6a00<30>@@<40><><00>}
F<00><02><00><00>j <20><>0<EFBFBD>><3E><><01><00>%<25><><00>p<><70>W:ց<00><00>i!I9<01><02> <0B>
=<3D><> <1A><00>"<22><1D> <1D>6A|<7C>1<00><03><00>1<00><><EFBFBD><00><><EFBFBD><EFBFBD><02><08><00><00><><1B><><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD><11><><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D><><EFBFBD> <0B><><EFBFBD><EFBFBD>x<01><00><00><00> <0B>
<EFBFBD> <1A><00> 1<00> <00>=<3D>=<3D>=<3D><> 1<00><03><00>12]<16><04><00><00>!"<00><>!(<28><>b"1<00> <00>|<7C> (<10> ) =<3D>=<3D>=<3D>!2B<00> =<3D>=<3D>=<3D>=<3D><><00><00><1D>6A00<30>AB$ &$ <20><00><00>!<00><><EFBFBD> <0B>
<EFBFBD> <1A><00>|B<1D>|<7C>A<00><04><00>A<00>d <0C>GdA<00>D<EFBFBD><00><><EFBFBD><EFBFBD><03><02><08><00>(D<><00>"<22><><03><02><00>(d")d=<3D>=<3D>=<3D>=<3D>(D"<22><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD>80<><30><EFBFBD>D =<3D>=<3D>=<3D>!<00> 9 <02>|<7C>1<00><03><00><1D>6A<00><00><>f(,<2C><00>(<13>
2017-01-16 16:03:13 +02:00
<00>
<EFBFBD><00> <1A><00><1D><><00>0<>h
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><00><1D>6a |<7C><><EFBFBD><EFBFBD><00><08><00>f<1A>!<00><02><00><00>!<21><00><><EFBFBD> <0B><>H<00> <00><02><00><00>!<21>hJ! <20><>(<08><00><00><00><><EFBFBD><EFBFBD><00><00><><EFBFBD><00><00><00><><EFBFBD><00>1<EFBFBD><00><00><><EFBFBD><00>1<EFBFBD><00><00><><EFBFBD><EFBFBD><00><00><><EFBFBD><EFBFBD><00><00><00>!<21> <0B><> <20><00><><01><00><00><><EFBFBD>WbNlx<00>6A Z<><00><1D>6A<00><00><00><00><08>& <18>0<> <20><02><00>-
2017-01-16 16:03:13 +02:00
Vj |<7C><> 1<00><03><00><1D> <08>&"<11>2&F &2&B# <00><00> <1D><00><00> <1D><><03><00> <1D><><03><00> <1D><><00><00><00><02> <0B>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD> <1A><00> <1D>|<7C><1D>6a{!)! <08>A<07> =<3D>=<3D>=<3D>=<3D>!(<28>&"4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD><03><00>-
<EFBFBD>J|<7C>"A<07> |<7C>"A<07> =<3D>=<3D>=<3D>=<3D>""#<1D> <1D>6a{!)! <08>A<07> =<3D>=<3D>=<3D>=<3D>!(<28>&21f"<16><> J<><00><00>|<7C>"A<07> <00>|<7C>"A<07> =<3D>=<3D>=<3D>=<3D>""#<1D> <1D>6a<00><00>( V8%<25><00><00>b<EFBFBD><02><00><00><00>-
V<EFBFBD>#1<00># <1A><1C><><00>8#S . m <0C> <0C><><01><00>1<00> <00><03><><0F><><10> <00>=<3D>=<3D>=<3D>=<3D><> <00>|<08><><10> <00>=<3D>=<3D>=<3D>=<3D>18#f#<1E><00> <00> 10<>108 <20> 9 <09>f3<18><00> <00> 10<>108 <20> 9 <1A><00>1<00> <00><03><00><><10><00><> <20> <00><03><00>18#V<>1<00> <00> <18><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><><10> <00>=<3D>=<3D>=<3D>=<3D><><00> <00>109 <20> 9=<3D>=<3D>=<3D>=<3D>18fo1<00> <00><08><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00> <0C><><EFBFBD> <20> <00><03>1<00> <00>|耉<10> <00>=<3D>=<3D>=<3D>=<3D><> <00> (<28><> <20> <00>=<3D>=<3D>=<3D>=<3D><><00> <00>109<10> 9=<3D>=<3D>=<3D>=<3D>1<00>#<12><00><00><00><00> < <1A><00><00><00>h<00><><04><00><00><00> J<><00><00><00> <0C><><08><>ȁ<00><00><00>=<3D>=<3D>=<3D>=<3D><><00>=<3D>=<3D>=<3D>=<3D><>N <0A><00><00><00><00>
<EFBFBD><00> <0E><0E><00>,j<><00> <18><><1D> <1D>6A F
<0C>,
<EFBFBD><00><00>4<11>:<3A><> <0C><><EFBFBD>@<40><00><00>:8<>D <0C>G<EFBFBD><47> F
<0C>,
<EFBFBD><00><00>4<11>:<3A><> <0C><><EFBFBD>@<40><00><00>:8<>D <0C>G<EFBFBD>ҁ<00><00><02><00>-
<1D>6A!<00>": <0C><00> !I=<3D>=<3D>=<3D>=<3D>!<00>"<00><00>!<00>"<00><00>!<00>"<00><00>!<00><02><00><00><00>!2"<19><04><1C><><00><00>$1*3<><03><00><00>*(<28><02><00> <08><03>D <0C>G<EFBFBD><47> F <00>$1*3<><03><00><00>*(<28><02><00> <08><03>D <0C>G<EFBFBD><47> <1D>"<22><1D><00><>?<3F> <00><><EFBFBD><EFBFBD>|    $    <00> <00>   # <00> <00> X   <00> <00> <00> <00>`( +  <00>`$ <00>`    Q P j0<00> <00> : <00>0$<00>0 <00> X0U0<00><00> d0} <00> <00>+< <0C>
<00>00<06>AB<08>5Z[<07>=mint<02>< <07><05>3<<04><08><04><08><02>%<02> 7I!P<02>,b<02>-t 
<EFBFBD><02> 1<18> 8U | x <0C> <0C>  I <0C><02> @<04> <0A>v<0E> <0A><00><0E> <1B> <0C> > <0C>  M<><02>
om<02>
p<02>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
v<EFBFBD>
<EFBFBD><EFBFBD><10>
<EFBFBD><EFBFBD>
<EFBFBD><EFBFBD>:
<EFBFBD><EFBFBD>k<><08>g X<> O<11> 3Br 4<>G 9)<11>:fr;f <0A>v<0E>m?M F<>ipGB<10>HBgwIBwJ<>L<>ipMv<02> N<> g<> <0C> <0C> B
 4Ql<> <1D> <0C> = <0C>  + <0C> <0C>  <0C> <0C> <0C> 6
 6 <0C> d <0C> y { R <0C> n J <0C> q
 _  7`8 ?<3F> <0C>
A <0C><02>C<>DuE<>VF<>.G<> H<>,JaZ Kv<10>L<> ;Mf!<10>N<>'<10> OU(UP(R<>Z Sv<10>T<> ;Uf!<10> V<>'vWlY<>LZU<10>[U]\<5C>^<5E>]_<><10>`  W
a<>c<10>d <0A>-<0E><02>egYQh<>"i<>;j8l<>macmfaidn<>xodq<>macrfaids<>et<> v<><10>wmmacxfy<>,{j<14> |a#}<7D>;~<><14><10><>E<10>-<14><10><>R<10><>1
<10><><14><10><><14><10>Y<10><>0<10><>p<10><><10> <10>j&<10>u <1F> #  <0C> <0C>  v <1A> <0C> 1><1D>  <0C>  <0C><02>
#<23> %9 j
<02>(  *] <0C> "+-D /5 <0C> <0C> <0C> <0C>       "
( . 4 <0C> G M S Y _ <0C> <0C> + <0C> <0C> <0C> <0C> <0C> <0C> <0C> .  4 <02>PhqRKQ @ S<>5Tlr9 U<><04>]<02>V<><02>W<><04><00>
<EFBFBD>
<EFBFBD>
<EFBFBD>X<><02>YK<02>Z<><04> <09>
4`<60> va5Hb<><10> c0d<> <10>e<><10>f@<10>gV}ha<10>iw <10>j<>$Nk (J l<>,cm<>0<02>o<> q
<0C>   <0C> <0C> <0C> w  l /
 <0C> )
<0C> e <0C> u  * _  H <0C>  N <0C>  4 q T <0C>   <0C>  <0C> <0C> <0C> t<11><1B>
<10><1C><10><1D>g<1E><10><1F> <11> "<22>
<10>
#q
<10>$<24><10>%<25><10>&<26>
'<27>d(<28>
]<1C><02><1D>9 sig  par! " <17>$m {  <0C>
 +<2B>  <0C> <0C> <0C>   <0C> <0C><11> h5<> v65H7<><10> 8<10>9<> <10>:<3A>;<3B><10><<3C>m=<3D> u><3E> ?<3F>$ @<40>(<10>A<>,<10>B 0<10>CD 4<10>Df8<10>E<>@F<>DI G<>H<10>H@LIVP#JaTdKwX<10>L \<10>M ]xN<>`<10>O<>d<04>
<17>R  O<11>W1 cmdX<><10>Y<> >bJ errc<>fc errg<>v<> m=<3D> <0C><18><18>~<18> }||B{<18>z<18> y'x<18>wKvFut<18>s<18>rq<18>p<19> ><3E><03> ^<00> <0A><0E><08> <1B> T.^><00> <0A>><0E>.<1B>I]^m<00> <0A>m<0E>]<1B>^<03>^<00><00> <0A><00><0E><08><19>9<><03>^<00><00><08> <1B> h<03>^<00><00> <0A><00><0E>!<08><1B>C ^ <00>]RO,^,R<08> <1B> cK^[<00> <0A>[<0E>K<1B> Yz^z<00> K <03><01><03><1D><03><01><1D>
<03><1D><03><01><1D><03><01>y<03><01><1D> <03><01><08><08><08><1E>h<01> <1F>h<> R <20>h<><1E>p <01>C<1F>p<> R<1E>v$<01>u<1F>v<> R & w<>!a<01><01><>!^<00><08> <1E> <01><01><>!^<00><08> "<01><01><1E><01><00><01>J#i<01>mB#p<01>J<00>$! %Zs$L %%Zs$<24>C9%Zt&<26>C%Zt<04>
'<27><00><01>w(<28>w<00><04> )j .<01><>!^<00>])<29>3<01><>!^<00> <0A><00><0E><08>*
<01><01>#<01><+cnt<01><01><00>,<2C><01><01>-<01><01> X.<2E> <01>/0<> '<27><01><00><01><>1<><01><01>2<> <01><01>/0<> 2<> `<01><01>/`0<> 2<00><01><01>/<2F>0 32<00>%\04HC'<27> <01><00><01><>1g<01><01>02u<01>1/u0 2r<00><01>U/<2F>0~2C<00><01>y/<2F>0O3B<00>%\04XC'tX<01><>!^<00><08> '<27><01> <01><>4 <00>*<2A>8<00><01><>+ret:C4<00>)$&<00>)8%Z1%[%\%^4<<00>)$N<00>)o%Z1%[%\$%^4^<00>)$r<00>)<00>%Z1%[%\`%^4<><00>)$<24><00>)<00>%Z1%[%\<03>%^4<><00>)$<24><00>)%Z1%[%\<03>%^4<><00>)$<24><00>)K%Z1%[%\<03>%^4<><00>)$<00>)<00>%Z1%[%\<03>%^4<00>)$&<00>)<00>%Z1%[%\%^46<00>)$J<00>)<00>%Z1%[%\D%^4Z<00>)$n<00>)'%Z1%[%\p%^4<><00>)$<24><00>)^%Z1%[%\<03>%^4<><00>)&<26><00>)%Z1%[%\<03>%^'6|<00><01>^1<>~<01><00>2<>~<01>/0<>2<>t<01>/t0<>$$<00>)%[ <09>4/ 4a<00>)$t<00>)T%Z1%[%\%^4<><00>)5<>|<00><01><>!^<00>4<><00>)4<>*.'<27><01><00><01>.(<28> <01> <00>6evt<01><02><03><>+i<01><02><00>4)^4/*45*4B^4W%*4]0*$i;*$%Z<03><>4<>F**<2A><01> (<01>v&O*%Z$%[
<EFBFBD>%\1%]0%^*R  +<01><>4[*& g*%Zr%[1%]0%^ <09>*G <01><>&g*%[5%\0%]0%^ <09>5<> &<00><01><>(<28>&<03>1d(<03>?6cmd)<03>T6evtA<03><03><>$,s*[%Z142~*48<00>*4><00>4Du4J<00>4P<00>*4_}$p;*<00>%Z<03><>4v.4~v4<><00>$<24><00>*<00>%[0%\0%]04<>F* 1 *D  $<01>7&g*%[3%\0%]0%^ <09>'}<00><01> (<28><03>`1d<01><03><00>6evt<01><03><03><>4<00>4<00>$&<00><00>%Z04,<00>42<00>48~*$@s*<00>%Z0$T;*<00>%Z<03><>$l<00>*%[0%\0%]04<>F*'<27><01><01>A&<00>*%Z%[0%\hT<01>o&<00>*%Z8%[37eY<01><>8macY`R&<00>*%Zr%[8%\69)^<01><>:mac^<5E><00>&<00>*%Z8%[r%\6<04><08>7<><01>Q<01>J <20><01><><00><1F><01><>S;<3B><01><>Y!^J<08>9<><01><>P<01><> <20><01><><00>;<3B><01><>Y<<3C><01><>!^<00>]= j<01><>(<28><01>=><3E><01>S>> <01>T>
mU-<2D>W-RU1<55><01>w4[*$O?%Zr$0<00>*R%Z149[*4E<00>)&a<00>)%Z1%[%\0%^%_r%qs%qt%qv?<3F><01><00><01><>@buf<01><01><00>2Cf
<01><01>/f
0O2<><00><01>/<2F>0<>$<00>),%[ <09>$%C@%[r4T<00>)$f<00>)w%Z1%[%\<03>%^4<><00>)$<24><00>*<00>%Z&<26><00>*%Z=<3D><01><00><01><>@buf<01>`<00>(<28><01><02>
+ret<01>+A<><01><02>2<><00><01>%/<2F>0<>4<00>)$,<00>)\%Z1%[%\<03>%^$=<00>)p%[ <09>$^<00>*<00>%[r%\s$p<00><00>%[s4<><00>)Bc<01>:<01><>$&<00><00>%Z1&8<00>%Z0CZ<01><00><01><> @pv<01><03>c6e<01>9 <02>X$<00>*2 %[<02>X%\ <09>%]0$"<00>*F %Zr$<<00>*Z %Zr4T<4]<00>4h<00>4t<00>4<>74<><00>4<><00>)&<26><00>)%Z1%[%\<03>%^=<3D>$<00><01><>!@sig <00>@par <00>D57b!6evt
9 <02>X+ret m6tmpm<02>T$V<00>*X!%[<02>X%\<02>T%]04d+E6evt9 <02>X$|<00>*<00>!%Zt$<24><00>*<00>!%Zt&<26><00>*%[<02>X%\:%]0?<01><01><>!>9<01><02>R& <00> %Z5%[0*&<01><00><01>#@sig<01> 9@par<01> <00>Fret<01>1d<01><03>1<><01>/4 +$ <00> }"%Zr%[s$6<00>*<00>"%[0%\ <09>%]04W<4b<00>$n<00><00>"%Zs$z7<00>"%Zs4<><00>)&<26><00>)%Z1%[%\<03>%^%_r=<3D>VX<01>i#-dX <02>X-rY1 <02>WA<57>vD&,<00>!%Z3%[<02>X=<3D><01>U<01><>#-d<01> <02>X-: <01>J <02>W&,<00>!%Z4%[<02>X'<27>V<02><00><01><>$@argV<02>y-<2D>X<02>R!^<00>$2<00>_$/<2F>021d<$/0=2`7k`$/70l4<><00>$4<00> <00>$%Z2%[0$Q<00> <00>$%Z0%[0&\<00> %Z1%[0<08>G<>:d<01><>&(<28>:w<00>+ret<<00>A<><01>b!^<00>&2+<01><04>%H<>
H<>"H<>6H<>JH<>`H<>x&@+%Z%[ %\
%]0%^D%_%q <0C><><EFBFBD>4 $P<00>%%Zr4"<00>32<00>%%Z1$:'+<00>%%ZI$P2+<00>%%Z1%[0%\0%]6%^2$<24>s*&%Z14<><00>*4<><00>4<>A$<24>>+G&%Z1%[0%\3$<24>J+Z&%Z4$<24>J+m&%Z4$>+<00>&%Z<08>%[8%\0$Hs*<00>&%Z0&YV+%Z&%[0%\<03>%]0%^0 <0A><00>&<0E><08>&=<3D>*}<01><>'(<28>*w<00>D;Q'+i-m<00>$a+:'%Z %[8&)a+%Z
@%[8D>-<00>'6i1mT$Ha+<00>'%Z %[8&]a+%Z
@%[84ql+&y<00>$%Zr=%<01><00><01><>(+ret<01><00>A<><01><04>Dk5(+i<01>m<00>4<>w+4<>w+IB(+i<01>m 4<>w+4<>w+4<00>+4-<00>+49<00>+4E<00>+4P<00>+4V<00>Jas<00>(%Zt&i<00>+%ZI;<<3C>  J<00>(<0E> ;<3B>><3E>(;( ?<3F>( `<00>(<0E> ;<3B>@<40>(;0 A<>(;<3B>C;+D<>;<3B>E;<F <0A>d)<0E>1;<3B>GT);<3B>Hc ;?I;NJKTAGK<00>;<3B>L L<><00>WLhhkM <0B>M<><00> <0B>L``6L''7L<37> <00> 1Lq q 2L<32><00>3L''4L<10>N==M  MQQM[[<15>L<><00>*L<><00>+L<> <00> /L  0MX X eNMPP
N$$M{ { 1L<><00>
<EFBFBD>L 
<EFBFBD>MUU <0B>M<><00> <0B>M<><00>
=M<><00><03>M<><00>PL<><00>%Mmm M<> <00> <0B>M xL..<19>L7L<37><00><10>L__ZM``M(( <0B>L1% U: ; I$ > $ >   I'&I '
I  I: ;  ( I!I/  : ;  : ; I8  : ;  : ; I8  : ;  : ; I'I'I I: ; ( .: ; 'I 4I4.: ; ' .: ;'I : ;I.: ; '@<18>B: ; I : ; I!4I4".: ; '@<18>B#4: ; I$<24><>1%<25><><18>B&<26><>1'.: ;'@<18>B(: ;I).: ;@<18>B*.: ;'I@<18>B+4: ;I,4: ;I-4: ;I.1X Y/ 04114: ;I21X Y3<><33>4<><34>15.: ;'@<18>B64: ;I7.?: ; '@<18>B8: ; I9.?: ; 'I@<18>B:: ; I;4: ; I<4: ; I=.?: ;'I@<18>B>: ;I?.?: ;'@<18>B@: ;IA
: ;B.?: ;'@<18>BC.?: ;'<19>@<18>BD E UF4: ;I G.?: ;'I@<18>BH1I UJ<><4A><01>BK4: ; IL.?<n: ; M.?<n: ;N.?<nS<00>S<>S$<00>S<>0<>-R-?r<72>?RR|<00>0<><30><00>R<><00>r<72><7F><00>R0<>|S|<00>T<00>R<><00><00>R<>0<>#R"Sp<00>S<00>S&0<>&- <09><>-/0<>/NRNP <09><>PrRrt <09><>t<00>R<><00> <09><><EFBFBD><00>R<><00> <09><><EFBFBD><00>R<><00> <09><><EFBFBD>R <09><>&R&( <09><>(JRJL <09><>LnRnp <09><>p<00>R<><00> <09><><EFBFBD><00>R<><00> <09><><EFBFBD><00>R)wR|<00>R7R7Q<00>R<>Q_R_<00><00>R<><0<><DRDGr<72>GLRQa0<><00>R<><00><00>R<><00>R<><00><00>R<>cRc<00><00>R<>cRc<00><00>R<>R<00>R<>R<00>R<>"R"Q<00>R<>%R%P<00>R<> K0<>KNRdRdf<00>R<>fhRhj<00>R<>0<>jV<00>R<><00><00>R<>R0<00>R<>0`R`<00><00>R<><52><00>R<><00><00>R<><00>S<><00><00>S<>,0<>,0 <09><>0<00>0<><30><00>RR<00><00>R<>$NRNU{Up<00>R<>p<00>R<><00>{<00><00><00>R<><52><00>R<><00><00>R<>$[S[p<00>S<>p<00>SXiRlnR"R"8<00>R<>8YRY\<00>R<>\dRdf<00>R<>fpRpr<00>R<>r|R|~<00>R<>~<00>R<><00><00>R<>.S.8<00>S<>8<00>S.S.8<00>S<>8<00>S Z8VZ\aZfhZrtZ~<00>Z<00><00>R<>^<00>R<>$R$`<00>R<>`bRbd<00>R<>$0<>$`R`b0<>bdR`<00>`D<>`0<>`
<0C>` <00>`<00>{R{}<00>R<>
0<>
9T<00> <09><><EFBFBD><00>Rkp0<>p<00>T<00><00>T| $<00><00>#<00><00>X <00><00><00><00>(+<00>$<00>QPj<00><00>:<00>$<00><00>XU<00><00>d}<00>p<00><00><00><00><00><00><00> $<00><00>#<00><00>X <00><00><00><00>(+<00>$<00>QPj<00><00>:<00>$<00><00>XU<00>^d}<00><00>I<01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/freertos/include/freertos/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/lwip/lwip/src/include/lwip/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/tcpip_adapter/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/soc/esp32/include/soc/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/driver/include/driver/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/heap/includeemac_main.cemac_dev.htask.h_default_types.hstdint.hesp_err.hesp_wifi_types.hesp_system.hprojdefs.hportmacro.hqueue.hsemphr.hip4_addr.hip6_addr.htcpip_adapter.hesp_event.hesp_log.hesp_eth.h periph_defs.h
emac_common.htimers.herr.hperiph_ctrl.h rtc.h
esp_intr_alloc.hesp_heap_caps.h stdlib.h<03>   <03>   <03>     <03>  <03>  <03>       <03> 
     
 z   
        {    <03>            
  <03>  <03>  <03><03>} <03>    ~   <03>    
       t        ` ! <03>|    <03>{ <03>     <03>| <03>  <03>{ <03>   
<03> <03>} <03>    

 
<03>| <03> <03>}  <03>     
 
p <03>| 
l  <03>  % 0<03>  <03>   |                                      <03><03>} <03>        <03>} <03>   <03>           <03>                 <03>      <03>     <03>    <03>                        <03>     <03>               <03>  <03>  <03>  <03>      <03>       <03>       <03>      {    "z   <03>      <03>} <03>
    <03>} <03>   <03>     
   <03>z <03>     <03>    
2017-01-16 16:03:13 +02:00
 
<03>                    <03>  <03>         p   s   v   y   | i   <03>         d   <03>        p   <03>                                    <03>z <03> +  <03> <03>  <03>   ~    ~      <03>                 |      |   c !  emac_phy_check_initPERIPH_WIFI_MODULEERR_USEPERIPH_I2S1_MODULEERR_INPROGRESStcpip_adapter_if_tSYSTEM_EVENT_AP_STOPuxPriorityemac_disable_dma_txemac_reseteth_config_tpause_sendcharesp_eth_free_rx_bufERR_ABRTemac_poll_tx_cmdPERIPH_I2C0_MODULEeth_gpio_config_funcSYSTEM_EVENT_STA_AUTHMODE_CHANGESYSTEM_EVENT_MAXPERIPH_PCNT_MODULExTimerGenericCommandevent_idSYSTEM_EVENT_AP_STADISCONNECTEDSYSTEM_EVENT_WIFI_READYemac_setup_tx_descgpio_configERR_ARGemac_phy_check_linkdma_etxPERIPH_BT_BASEBAND_MODULEunsigned intemac_configemac_mac_enable_txrxGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectortx_descsta_er_fail_reasonemac_init_dma_chaintimeout_msdirty_txsystem_event_ap_probe_req_rx_t__int32_tip4_addr_temac_link_check_timer_startSYSTEM_EVENT_ETH_STARTESP_MAC_WIFI_STAxQueueGenericSendFromISRPERIPH_CAN_MODULEpost_typenew_modeesp_log_timestampcur_rx_descPERIPH_BT_MODULEETH_CLOCK_GPIO16_OUTESP_LOG_DEBUGsystem_event_tshort intemac_rx_xMutexflow_ctrl_enablefreedma_extended_desc_temac_phy_get_partner_pause_enableemac_set_user_config_datadma_extended_descPERIPH_TIMG1_MODULEETH_MODE_RMIIERR_RSTPHY0PHY1PHY2PHY3PHY4PHY5PHY6PHY7PHY8PHY9PHY10PHY11PHY12PHY13portMUX_TYPEPHY15PHY16PHY17PHY18PHY19PERIPH_PWM2_MODULEWIFI_AUTH_WEPemac_enable_clkESP_MAC_BTuint32_tint8_tSYSTEM_EVENT_GOT_IP6emac_dma_rx_bufWIFI_AUTH_MAXemac_disable_intremac_phy_power_enablesystem_event_sta_scan_done_tesp_eth_set_macpv_parametersemac_link_check_timer_deleteemac_phy_get_duplex_modeemac_stopcurrent_valueip_changedlong long unsigned intSIG_EMAC_STARTap_probereqrecvedemac_flow_ctrl_partner_supporteventusStackDepthEMAC_RUNTIME_STOPcountETH_MODE_FULLDUPLEXSYSTEM_EVENT_STA_WPS_ER_FAILEDxQueueGenericReceiveETH_SPEED_MODE_10Mphy_get_speed_modeemac_enable_rx_unavail_intrPHY20PHY21cur_tx_descPHY23PHY24PHY25PHY26PHY27PHY28PHY29cleanupTCPIP_ADAPTER_IF_STAeth_phy_get_duplex_mode_funcvQueueDeleteeth_phy_get_speed_mode_funcif_index__uint16_tsystem_event_ap_stadisconnected_tSIG_EMAC_CHECK_LINKesp_eth_disableeth_phy_funceth_tcpip_input_funcESP_LOG_WARNETH_CLOCK_GPIO0_INERR_VALownervaluevTaskExitCriticalcnt_rxxTaskCreatebuf_ptrPHY30PHY31close_cmdemac_link_check_timer_stopPERIPH_RMT_MODULEemac_enable_dma_rxemac_config_datapvCreatedTaskemac_enable_rx_intremac_startconnectedemac_read_rx_cur_regSYSTEM_EVENT_AP_START_BoolSYSTEM_EVENT_STA_STARTemac_get_rxbuf_count_in_intrsta_disconnectedTCPIP_ADAPTER_IF_ETHsystem_event_sta_got_ip_tSYSTEM_EVENT_ETH_DISCONNECTEDeth_clock_mode_tbasicpcNameWPS_FAIL_REASON_NORMAL/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/emac_main.cSIG_EMAC_STOPESP_LOG_NONEemac_dma_tx_bufeth_phy_check_init_funcxQueueGenericSendemac_enable_intrvTaskDelayevent_infoPE
2017-01-16 16:03:13 +02:00
ABI=0
$< <00>0 ( D4 D8 D4<00>(T$< <00>0 ( D4   D8 D4<00>(T((  ("$((((f"<00>@"<00>(<00><00>((("!"#($@d"klppC<00><00><00><00><00>(<00>x4"Q "\"^(y"<00>"<00>(<00>"<00>"<00>(XX(  (++-#"P$"t$"<00>$"<00>$"<00>$"$"($"L$"p,"<00>""<00>"<00>('')o"<00>"<00>(++,=ii.<00>(::<"QQ/"<00>"<00>(##$"(('''"+((<00><00><00>"<00>"<00>"<00>"<00>( "$(ll"<00>"<00>(((("(  0"<"Q(  '"0 "P(P"ff"j(<00><00>"<00>"<00>(000{"<00><00>"<00>(((("8":(I"LN WW `b kl wx <00><00> <00><00>"<00>(((888"HH "QQ
2017-01-16 16:03:13 +02:00
"[\
"ff "rr "~~<00><00>"<00>(;;<"TT"V"X(999"A"QQ"U(<00>"<00><00><00>"tt<00>_`"b"d(
2"<>?"}(nnp/"<00><00>."<00><00><00>(((((((((((((.symtab.strtab.shstrtab.literal.emac_setup_tx_desc.literal.emac_clean_rx_desc.rela.literal.emac_set_tx_base_reg.rela.literal.emac_set_rx_base_reg.rela.literal.emac_reset_dma_chain.rela.literal.emac_init_dma_chain.rela.literal.emac_set_user_config_data.literal.emac_enable_intr.literal.emac_disable_intr.rela.iram1.literal.rela.literal.emac_process_rx.rela.literal.emac_process_rx_unavail.rela.literal.emac_set_macaddr_reg.rela.literal.emac_hw_init.rela.literal.emac_verify_args.rela.literal.emac_process_tx.rela.literal.emac_check_phy_init.rela.literal.emac_process_link_updown.rela.literal.emac_link_check_timer_init.rela.literal.emac_link_check_timer_start.rela.literal.emac_link_check_timer_delete.rela.literal.emac_start.rela.literal.emac_link_check_timer_stop.rela.literal.emac_stop.rela.literal.emac_init_default_data.rela.literal.emac_macaddr_init.rela.literal.esp_eth_get_mac.rela.literal.esp_eth_set_mac.rela.literal.esp_eth_smi_write.rela.literal.esp_eth_smi_read.rela.literal.esp_eth_smi_wait_value.rela.literal.esp_eth_free_rx_buf.rela.literal.esp_eth_tx.rela.literal.emac_process_link_check.rela.literal.emac_task.rela.literal.emac_link_check_func.rela.literal.emac_ioctl.rela.literal.esp_eth_enable.rela.literal.esp_eth_disable.rela.literal.esp_eth_init_internal.rela.literal.esp_eth_init.rela.literal.esp_eth_deinit.text.data.bss.rela.text.emac_setup_tx_desc.text.emac_clean_tx_desc.rela.text.emac_clean_rx_desc.rela.text.emac_set_tx_base_reg.rela.text.emac_set_rx_base_reg.rela.text.emac_reset_dma_chain.rela.text.emac_init_dma_chain.rela.text.emac_set_user_config_data.rela.text.emac_enable_intr.rela.text.emac_disable_intr.rela.iram1.rela.text.emac_process_rx.rela.text.emac_process_rx_unavail.rela.text.emac_set_macaddr_reg.rela.text.emac_hw_init.rodata.str1.4.rela.text.emac_verify_args.rela.text.emac_process_tx.rela.text.emac_check_phy_init.rela.text.emac_process_link_updown.rela.text.emac_link_check_timer_init.rela.text.emac_link_check_timer_start.rela.text.emac_link_check_timer_delete.rela.text.emac_start.rela.text.emac_link_check_timer_stop.rela.text.emac_stop.rela.text.emac_init_default_data.rela.text.emac_macaddr_init.rela.text.esp_eth_get_mac.rela.text.esp_eth_set_mac.rela.text.esp_eth_smi_write.rela.text.esp_eth_smi_read.rela.text.esp_eth_smi_wait_value.rela.text.esp_eth_free_rx_buf.rela.text.esp_eth_tx.rela.text.emac_process_link_check.rela.text.emac_task.rela.rodata.emac_task.rela.text.emac_link_check_func.rela.text.emac_ioctl.rela.text.esp_eth_enable.rela.text.esp_eth_disable.rela.text.esp_eth_init_internal.rela.text.esp_eth_init.rela.text.esp_eth_deinit.bss.pause_send.bss.emac_tx_xMutex.bss.emac_rx_xMutex.bss.emac_timer.bss.emac_sig_cnt.bss.emac_xqueue.bss.emac_task_hdl.data.g_emac_mux.bss.emac_g_sem.bss.emac_dma_tx_buf.bss.emac_dma_rx_buf.bss.emac_dma_tx_chain_buf.bss.emac_dma_rx_chain_buf.bss.emac_config.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>QRST TV VW3$WYFh<00>RY[g[]|]_<00>(<00><00>(<00><00>(<00><00>(<00><00><00>_a<00><00>ac ceeg.#giK<00>ik[<00>kmsXmo<00>
<00>0=Odt<00><00><00><00><00><00><00><00><00><00>Q<00><00>P<00> j<00>"-<00><00>ATf<00><00>q:<00><00><00><00><00><00>$<00>g<00><00><00><00>X<00>U<00>d<00>-BVj|<00><00>}<00><00><00><00><00><00><00><00> "emac_main.cemac_setup_tx_descemac_clean_tx_descemac_clean_rx_descemac_configemac_set_tx_base_regemac_set_rx_base_regemac_reset_dma_chainemac_dma_tx_chain_bufemac_dma_tx_bufemac_dma_rx_chain_bufemac_dma_rx_bufemac_init_dma_chainemac_set_user_config_dataemac_enable_intremac_disable_intremac_get_rxbuf_count_in_intremac_process_rxemac_process_rx_unavailemac_set_macaddr_regemac_hw_initemac_verify_argsemac_tx_xMutexemac_process_txemac_check_phy_initemac_process_link_updownemac_timeremac_link_check_timer_initemac_link_check_timer_startemac_link_check_timer_deleteemac_g_sememac_startemac_link_check_timer_stopemac_stopemac_init_default_dataemac_macaddr_initemac_rx_xMutexg_emac_muxpause_sendemac_xqueueemac_sig_cntemac_task_hdlemac_ioctlemac_process_intresp_log_timestampesp_log_writexQueueTakeMutexRecursivexQueueGiveMutexRecursiveemac_disable_flowctrlemac_mac_enable_txrx__stack_chk_guardemac_enable_dma_txemac_enable_dma_rxemac_disable_dma_txemac_disable_dma_rxesp_event_send__stack_chk_failemac_link_check_funcxTimerCreatexTaskGetTickCountxTimerGenericCommandemac_enable_clkemac_resetemac_dma_initemac_mac_initxQueueGenericSendmemsetesp_read_macesp_eth_get_macmemcpyesp_eth_set_macesp_eth_smi_writeesp_eth_smi_readesp_eth_smi_wait_valuevTaskDelayesp_eth_free_rx_bufvTaskEnterCriticalvTaskExitCriticalesp_eth_txemac_process_link_checkemac_taskxQueueGenericReceiveemac_postxQueueGenericSendFromISR_frxt_setup_switchxTaskGetCurrentTaskHandleesp_eth_enableesp_eth_disableesp_eth_init_internalperiph_module_enablertc_clk_apll_enablexQueueGenericCreatexQueueCreateMutexxTaskCreatePinnedToCoreesp_intr_allocesp_eth_initheap_caps_mallocesp_event_set_default_eth_handlersesp_eth_deinitvTaskDeletevQueueDeleteperiph_module_disablefreejjjhjf ig  ja bd0j4]<01><01><01> <01>$<01>jg i ji g jj(( ((((( ($(((,(0(4(8<01><<01>@<01>D<01>H<01>L<01>P<01>T<01>X<01>\<01>`<01>d<01>h<01>l<01>p<01>t<01>x<01>|<01><00><01><00><01><00><01><00><01><00><01><00><01>j^((h<01> $<01>(<01>,<01>j<01><01><01>j. <01><01>.<01><01> <01>$<01><01>(` <01>`<01><01>`<01><01>je <01><01><01>$ $<01>(,<01>024587<<01>@<01>`<01><01>je <
|4|87|,!'p2<00>P|P <0B>[d^|^ <0B>dlv|v <0B><00>| <00> <0B><00>|$<00> <0B><00><00><00>4<00>-<00><00>--1<14>4QN<14>Q\Y<14>}} p}}7} L}h}p}u} <00>}   <00>B}B } ~"p~~$~,~2~ G~\~{~<00>~" "<00>'"uR~R r" N <14> <14><14><14>()//<14><<14>C<14> P<14>^<14>f<14>t<14><00><14><00><14><00><14><00><14><00><14><00><14><00><14><00><14><00><14><00><14><00><14> <14><14><14>$(<14>6<14>><14>(L<14>Z<14>b<14>,p<14>y<14><00><14><00><14>0<00><14><00><14><00><14>4 )-<14>8 <0B> <14>< <0B>4)P6<14>@6 <0B>H<14>DH <0B>U)tX<14>HX <0B>l<14>Ll <0B>z)<00>|<14>P| <0B><00><14>T<00> <0B><00>)<00><00><14>X<00> <0B><00><14>\<00> <0B><00>)<00><00><14>`<00> <0B><00><14>d<00> <0B><00>)<00><14>h<00> <0B><00><14>l<00> <0B>
)( <14>p  <0B> <14>t  <0B>.)L0<14>x0 <0B>D<14>|D <0B>R)pT<14><00>T <0B>h<14><00>h <0B>v)<00>)<00><00><14><00><00> <0B><00><14><00><00> <0B><00>)<00><00><14><00><00> <0B><00><14><00><00> <0B><14> <14><14>$+|/<14>6<14> a<14>h<14>t<14>|<14><00><14><00><14>++<00><14> <0B>)<14> ) X+t[<14>$[ <0B>n<14>(n <0B><00>+)<00><14>,<00> <0B><14><14><14>(.?,<14>4<14> G<14>S<14>[<14>f.~i<14>r<14><00><14>.,P.i~<14>~ <0B><00><14><00> <0B><14><14>70GN0an<14>!0Q#<14># .)<14> ) <0B>/<14>/ <0B><<14>< .G0<Q<14>Q <0B>W<14>W <0B>c<14> c <0B>w0<00>z<14>$z <0B><14><14><14><14>  <0B>2$<14><14> <0B><14> <0B> 5'<14><14> <0B><14>P<14><00>9<00><00><14><00><14>&<14> & <0B>,<14>, <0B>2<14>2 <0B>8<14>8 $><14>> D<14> D J<14>$J <0B>Y<14>(Y j<14>,j <0B>p<14>0p 2v9<00>x<14>4x 5~9<00><00><14>8<00> 7<00>9<00><00><14><<00> <0B><00>9<00><00><14>@<00> <0B> <14><14> <0B>< <14>B<14>`<14>q<14><14>  <<14> 7 <14> 0&<14>& ,<14>, 2<14> 2 <0B>:<14>$: <0B>N<14>(N <0B>V>lf<14>,f <0B>y><00>|<14>0| <0B><14> <14> <0B><14><14> <0B><14>
<14>
<0B> <14>E<14> <0B><14> <14><14>3<14>D<14>F LF<<14> <14>(<14>8<14>C<14>G @G0H0E<14>V<14> <14> <0B><14>  <0B>$Hf*<14>* <0B>0H3<14>3 <0B><H?<14>? <0B>[<14>[ <0B><14><14><14>)<14> T<14>[<14>h<14>y<14><00><14><00><14><00><14> <00><14><00><14>$<00><14> <00><14>
<14>(
<0B><14>, KIfN<14>0N <0B>`<14>4` <0B>~<14>8~ <0B><00>I<00><00><14><<00> <0B><00>I<00><00>I<00><00><14>@<00> <0B><14><14><14>!<14>2<14> =<14>G<14>L<14>`<14><00><14><00><14><00>M<00><00><14> M0<14>  <0B>&<14>$& <0B>7<14>(7 <0B>DM<00>X<14>,X <0B>j<14>0j <00><14>4<00> <0B><14> <14><14>(<14>N8N(N8 <14> 0.N82<14>2 0 <14><14>$<14>A<14> TO]OhOtO<00>O<00>O<00><14><00><14><00>O<14> <0B>O<14> <0B>6<14> 6 <0B>>O<00>N<14>$N W<14>(W "b<14>,b +n<14>0n 9z<14>4z ><00><14>8<00> <0B><00><14><<00> <0B><00><14>@<00> <0B>OOO OOO<14> <0B> <14>+<14>ET~NT~<00><14><00><14> <14> <0B>T8<14> <0B>"T<00>0<14>0 <0B><TQ?THBT\HTfKTrQ<14>Q \<14> \ +h<14>$h 9t<14>(t >~<14>,~ <0B><00><14>0<00> <0B><14>8WDWTW<&<14>& T.WV<14>6XAXQX9&<14>& T,XA<14>'<14>P<14><00><14><00><14><00><14> <00><14><00>Z<00><00><14><00><14> <00><14><00><14><00><14><00><14> <00><14><00><14>$%<14>(-<14>,@<14>H<14>$qZ<00>t<14>$<00><14>(<00><14>0<00><14><00><14>4<00><14>8<00><14><<14>@<14>T*<14>D1<14>H4<14>L7<14>PL<14>X Z` <14>\ @Z<14>` <14>d )$Zb4<14>h4 <0B><Z<00>J<14>lJ <0B><00>Z<00><00>Z<00><00><14>p<00> <0B><00><14>t<00> <0B><00>ZtEZ<00><00><14>x<00> &<00><14>|<00> B<00><14><00><00> <0B><00><14><00><00> <0B><00><14><00><00> <0B>
<14><00>
 <0B>:<14><00>: <0B>B<14><00>B <0B>S<14><00>S <0B>[2<14>)<14>9[fK<14>]<14> <14> <0B>#<14># <0B>4[
B<14>B <0B>W<14>W <0B>h[>k<14> k <0B>s<14>$s <0B><14><14>!<14>-<14>9<14> E<14>V<14>k\<00>s<14><00><14><00>\<00><00><14> <00><14>$ \<00> <14>( <0B>'<14>,' <0B>3<14>03 <0B>?<14>4? <0B>J<14>8J <0B>P<14><P c<14>@c <0B>z<14>Dz <0B><00><14>H<00> <0B><00>\p<00><14>L<00> <0B><00><14>P<00> <0B><00>\<00>kkk!(k,,k049@kDDkH L Q Xk\\k` d i pkttkx|<00><00>k<00><00>k<00><00><00><00>k<00><00>k<00><00><00><00>k<00><00>k<00><00><00><00>k<00><00>k<00><00><00><00>k<00><00>k<00><00><00>kk kk  $ ) 0k44k8"<"A"HkLLkP$T$Y$`kddkh&l&q&xk||k<00>)<00>)<00>)<00>k<00><00>k<00>+<00>+<00>+<00>k<00><00>k<00>.<00>.<00>.<00>k<00><00>k<00>0<00>0<00>0<00>k<00><00>k<00>2<00>2<00>2<00>k<00><00>k<00>5<00>55k  k777 k$$k(9,9198k<<k@<D<I<PkTTkX>\>a>hkllkp@t@y@<00>k<00><00>k<00>B<00>B<00>B<00>k<00><00>k<00>D<00>D<00>D<00>k<00><00>k<00>E<00>E<00>E<00>k<00><00>k<00>F<00>F<00>F<00>k<00><00>k<00>G<00>G<00>G<00>k<00><00>kHH HkkII!I(k,,k0M4M9M@kDDkHNLNQNXk\\k`OdOiOpkttkx|$<00>$<00>k<00><00>k<00>S<00>S<00>S<00>k<00><00>k<00>T<00>T<00>T<00>k<00><00>k<00>W<00>W<00>W<00>k<00><00>k<00>X<00>X<00>X<00>k<00><00>k<00><00><00><00><00>kkZ ZZkk [$[)[0k44k8\<\A\m rrrp!q&r3r8rErLrQr^rcrur<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>rrr+r1r7r=rCrIrOrVr<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>rrrr*r6rCrNrZrwr<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>rrrr
r
r
r
r
r#
r)
r/
r5
r;
rA
rG
rM
rS
rY
r_
re
rk
rr
r~
r<00>
r<00>
r<00>
r<00>
r<00>
r<00>
r<00>
r<00>
r<00>
r<00>
r r r: rE rU r[ ra rg rz r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r r r r) r5 rA rM rY re rq r} r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r r r r% r2 rK rd r{ r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> r<00> rr!r)rDrPrXrsrr<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>rrrrr'r2r>rFrarmrur<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00>r<00><00>rrn!r'+6rDrJ N Yrfrpnvr| <00> <00>r<00>r<00><00><00>r<00>r<00><00><00>r<00><00><00>n<00>n<00>&:QrX\grrn~r<00><00><00>r<00>r<00><00><00>r<00>r<00><00><00>nrr $,0=rD H Sr^ng k w { <00> <00> `<00> <00> `<00> <00> <00><00> <00> <00><00> <00> <00>r<00>"<00>"<00>r n""u""&"u6":"<00>F"J"<00>Z"^"<00>j"n"<00>z"<00>"<00>r<00>$<00>$<00>r<00>r<00>&<00>&<00>&<00>r<00>)<00>)<00>n) )!(*(3(9)B)X(a(j(p)y)<00>(<00>(<00>(<00>)<00>)<00>(<00>(<00>(<00>)<00>)<00>((())4(=(F(L)U)k(t(}(<00>)<00>)<00>(<00>(<00>(<00>)<00>)<00>(<00>(<00>(<00>)<00>)(("(()1)G(P(Y(_)h)z(<00>(<00>(<00>r<00>+<00>+<00>r<00>n<00>+<00>+<00>+<00>+<00>+<00>+t<00>+<00>+t+++'+=(F(O(U+_rf.j.ur~.<00>.<00>r<00>0<00>0<00>r<00>n<00>n<00>0<00>0<00>0<00>0<00>000%0/r:2>2I2V(p<01>wr<00>5<00>5<00>5<00>5<00>r<00>7<00>7<00>7<00>r<00>99 rnr&nI9\9e9n9w
M<00>MM<00>&M/ME(N(W(]MqM<00>M<00>M<00>r<00>N<00>N<00>N<00>N<00>r<00>O<00>O n O3 OG O[ Od Om Ov O O<00> O<00> O<00> O<00> (<00> (<00> (<00> r<00> <00> $<00> n<00> n<00> !5&!n:!Y!c!pw!<00>!<00>!<00>!r<00>!S<00>!S<00>!r<00>!S<00>!r<00>!T"T"n)"n;"rF"nK"rV"n["Td"T~"T<00>"T<00>"T<00>"T<00>"T<00>"T<00>"T<00>"(<00>"(#(#r#W#W*#r9#rH#rO#WT#Wj#ru#Xy#X<00>#r<00>#r<00>#X<00>#r<00>#<00>#<00><00>#n<00>#r<00>#r<00>#<00>#<00> $ $<00>$!$-$1$A$E$7Q$U$7a$j$<00>$<00>$<00>$r<00>$Z<00>$Z<00>$r<00>$n<00>$n<00>$r<00>$Z<00>$r%Z %Z%n$%n-%n6%n?%nH%nM%ZZ%<01>c%(}%c<00>%Z<00>%Z<00>%Z<00>%Z<00>%Z<00>%Z<00>%Z&Z&Z"&Z+&ZH&Z[&Zn&Z<00>&Z<00>&Z<00>&<00>&r<00>&[<00>&[<00>&r'n'[ '['n"'[;'[R'[V'[>k'[<00>'[<00>'[<00>'[<00>'r<00>'\<00>'\<00>'n<00>'r<00>'\<00>'\<00>'\k(n(\(\(p+(n0(\9(\C(\L(\U(\^(\g(\p(\y(\<00>(\<00>(r<00>(j<00>(r<00>(i<00>(r<00>(h<00>(r<00>(g)r )f)r)e")r.)d3)r?)cD)rP)be)rq)av)r<00>)`<00>)r<00>)_<00>)r<00>)^<00>)(<00>)r<00>)]<00>)r<00>)r<00>)r<00>)r<00>)r<00>)r<00>)r<00>)r<00>)r<00>)r*r *r*r*r*r*r&*r**r1*r5*r<*r@*rG*rK*rP*rT*r\*r`*rh*rl*rt*rx*r*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r<00>*r+r+r+r+r+r +r(+r,+r3+r7+r?+rC+rK+rO+rW+r[+rb+rf+rm+rq+rx+r|+r<00>+r<00>+r<00>+r<00>+r<00>+r<00>+r ! % , 0 BFNRY]fjqu}<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>  
009"9)9-9?9C9J9N9`>d>k>o><00>><00>><00>><00>><00>E<00>E<00>E<00>E<00>E<00>E<00>E<00>E<00>F<00>F<00>F<00>F<00>GGG GG"G*G.G=HAHHHLHVHZHaHeHwH{H<00>H<00>H<00>I<00>I<00>I<00>I<00>M<00>M<00>M<00>M<00>M<00>M<00>M<00>M<00>M<00>M<00>M<00>M
MMMM+M/M7M;MDMHMPMTMcOgOnOrO<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> &*9T=TDTHTRTVT]TaTkToTvTzT<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>T<00>TTTTTT T/T3T:T>TETITPTTT[T_TfTjTy}<00><00><00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z
ZZc"Z&Z6Z:ZJZNZ`ZdZk(xZ|Z<00><01><00>[<00>[<00>[<00>[<00>[<00>[<00>[<00>[<00>\<00>\<00>\<00>\<00>\<00>\<00>\ \ \ \l  $ ( , 048<@DHLPTX\`dh l p"t"x$|$<00>&<00>&<00>)<00>)<00>+<00>+<00>.<00>.<00>0<00>0<00>2<00>2<00>5<00>5<00>7<00>7<00>9<00>9<00><<00><<00>><00>><00>@<00>@<00>B<00>B<00>D<00>D<00>E<00>E<00>F<00>FGGH HIIMM N$N(O,O04$8S<S@TDTHWLWPXTXX\<00>`ZdZh[l[p\t\ \\ \$\048<@ D H L PTX\`dhlptx|<00><00><00> <00> <00>"<00>"<00>$<00>$<00>&<00>&<00>)<00>)<00>+<00>+<00>.<00>.<00>0<00>0<00>2<00>2<00>5<00>5<00>7<00>7<00>9<00>9<00><<00><<00>><00>><00>@<00>@BBD DEEFF G$G(H,H0I4I8M<M@NDNHOLOPTXS\S`TdThWlWpXtXx|<00>Z<00>Z<00>[<00>[<00>\<00>\Vs<00> <00> <00><00><00>F]t<00> 5 "<00> $<00> &<00> ). +<00> .<00> 0c 2<00> 5<00> 7<00> 9y <<00> >@B5DLE{F<00>G<00>H\I<00>MPN<00>OS'T<00>W'XtZ<00>[\agk~<00><00><00> <00> <00> <00> <00> <00> <00> <00><00><00><00><00>

'-3 9?IS]!g+q=w?}D<00>L<00>V<00>e<00>t<00>x<00>z<00>|<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>
<00>"
/<IV"c(p.}4<00>:<00>><00>QUhl<00><00><00> <00> <00><00><00><00><00>!<00>$<00>'<00>*<00>5<00>?<00>A<00>C<00>X<00>^<00>d<00>gl
p|<00><00>"<00>(<00>.<00>4<00>:<00>A<00>G<00>M<00>S<00>\<00>e<00>k<00>u<00><00><00><00><00>-<00>4<00>7<00>J<00>Q<00>T<00> <00> <00> <00> <00> <00> %<00> (  2  <  >  H  `)  p-  <00>@ "F "L "R "*X ",^ "Bd "Lj "Np "Xy "p "u<00> "<00><00> "<00><00> $<00> $<00> $(<00> &<00> &<00> )<00> )<00> )<00> )&<00> )-<00> )/
)6
)N
)P
)X$
)r.
)t8
)|>
)<00>H
)<00>R
)<00>X
)<00>b
)<00>l
)<00>r
)<00>|
)<00><00>
)<00><00>
)<00>
)<00>
) <00>
)&<00>
)(<00>
)0<00>
)J<00>
)L<00>
)T<00>
)n<00>
)p<00>
)y<00>
) )<00> )<00> )<00> )<00>" )<00>& )<00>< +E +K + Q +W +$] +)c +/i +Js +X| +[<00> +t<00> +|<00> +<00><00> .<00> .<00> . <00> .<00> .,<00> .?<00> .S<00> .i<00> .~<00> .<00><00> .<00><00> 0<00> 0<00> 0 0! 0# 0) 0/ 05' 0<2 0B9 0G? 0JE 0QK 0WQ 0]W 0a[ 0in 2t 2z 2<00> 2<00> 2$<00> 2&<00> 5<00> 5<00> 5#<00> 5'<00> 5)<00> 7<00> 7<00> 7<00> 7<00> 9<00> 9<00> 9<00> 9 9$ 9, 92 98 9> 9D% 9J+ 9P1 9Y7 9_= 9cC 9hI 9pO 9xU 9<00>[ 9<00>a 9<00>g 9<00>m 9<00>q 9<00><00> <<00> <<00> <<00> < <00> <"<00> ><00> ><00> ><00> ><00> ><00> >&<00> >,<00> >2<00> >8<00> >@<00> >G<00> >L<00> >T<00> >Y<00> >l@@)B-B@DDDWE]EcE iEoEsE<00>F<00>F<00>F <00>F<00>F<00>F<<00>FO<00>G<00>G<00>G <00>G<00>G0<00>GC<00>GKHH HHHH!$H'/H0:H3DH?JHaPHfTHhgImIsIyI%I=<00>IK<00>IN<00>If<00>Ip<00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>M<00>M<00>MM,M0M=MGM^ Mp)Mv2M<00>8M<00>>M<00>DM<00>HM<00>[NaNgN mNsNyN(}N0<00>O<00>O<00>O<00>O"<00>O4<00>O<<00>ON<00>OT<00>OW<00>O]<00>Ob<00>Oh<00>Ol<00>Ot<00>Ox<00>O<00><00>O<00><00>O<00>O<00>O<00>SS2T8T>T DTJTPT%VT8\T<bTQhTWnTYtT\zTb<00>Td<00>Tf<00>Tn<00>Tp<00>Tr<00>Tz<00>T|<00>T~<00>T<00><00>T<00><00>T<00><00>T<00><00>W<00>W<00>W<00>W<00>W<00>W!W0 W8W<WDWTWV2X8X>XDXJXPX"VX.\X9bXAhXQlXSZ<00>Z<00>Z <00>Z<00>Z<00>Z<00>Z$<00>Z'<00>Z2<00>Z:<00>Z?<00>ZP<00>Zc<00>Zz<00>Z<00><00>Z<00><00>Z<00><00>Z<00><00>Z<00><00>Z<00><00>Z<00><00>Z<00>Z ZZ8ZHZZ!Zt'Z<00>-Z<00>3Z<00>9Z<00>?Z<00>EZ<00>KZ<00>QZ<00>ZZcZiZ@oZHvZY}Z`<00>Zb<00>[<00>[<00>[
<00>[<00>[0<00>[2<00>[><00>[R<00>[d<00>[f<00>[k<00>[q<00>[y\\\ #\)\/\-5\9;\EA\PG\VM\aS\i]\kg\pq\<00>{\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00><00>\<00>stuv w(x0y8z@{H|P}X~`h<01>p<01>x<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01><01><01><01> <01>(<01>0<01>8<01>@<01>H<01>s tu$v0w<xHyTz`{l|x}<00>~<00><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01><01> <01>,<01>8<01>D<01>P<01>\<01>h<01>t<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00>(4@ L X d p | <00> <00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00> <00> <00> <00> <00> <00> <00>"<00>""""("4$@$L$X&d&p&|)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)) ))$)0)<+H+T+`+l+x+<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>0<00>0<00>0<00>000 0,082D2P2\2h2t5<00>5<00>5<00>5<00>5<00>7<00>7<00>7<00>9<00>9<00>9<00>9999(94<@<L<X<d<p>|><00>><00>><00>><00>@<00>@<00>@<00>B<00>B<00>B<00>D D D E$ E0 E< EH ET F` Fl Fx F<00> F<00> G<00> G<00> G<00> G<00> G<00> H<00> H<00> H<00> H<00> H
H
H
I,
I8
ID
IP
I\
Mh
Mt
M<00>
M<00>
M<00>
M<00>
M<00>
N<00>
N<00>
N<00>
N<00>
N<00>
N<00>
O O O O( O4 O@ OL OX Od Op O| O<00> O<00> O<00> O<00> O<00> O<00> O<00> R<00> S<00> S<00> S T T T$ T0 T< TH TT T` Tl Tx T<00> T<00> T<00> T<00> T<00> T<00> T<00> T<00> T<00> W<00> W<00> W W W W, W8 WD XP X\ Xh Xt X<00> X<00> X<00> X<00> Z<00> Z<00> Z<00> Z<00> Z<00> Z<00> Z<00> ZZZZ([4[@[L[X[d[p[|\<00>\<00>\<00>\<00>\<00>\<00>\<00>\<00>\<00>^<00>_` ab$c0d<eHfTg`hlixj478X@S@X<> <00> {Hv@d<> <00> <00>P<00>@p<> <00> <00>T$<00>@|<7C>l<00>  <00>x<00>@<00><> <00>  | <00>@<00><;@<00><>x<00> T<00>O@l<>0<00> r<00> m@<00><>0<00> <00><00>@<00><> <00> <00><00>@<00><> <00> <00><00><00>@<00><><00><00> <00><00>0<00>@<00><>x<00> <00> @$<24>$<00> 5<00>(0@H<>x<00> \$W@<00><>0<00>! <00>4 <00>@<00><>$<00># <00>@<00>@<14><00>% <00>HD<00>@,<2C><00><00>' <00><00><00>@<00><><00>) <00>4@<10><00><00>+ 4<00>/@<00><><00>- Y<00>T@<00><><00>/ y<00>t@<00><><00>1 <00><00><00>@<00><><00>3 <00><00> <00>@ <0C> <00>5 <00><00> <00>@<18> <00>7 <00> <00>@$<24>`<00>9  D@<00><><00><00>; ;d86@,<2C><00><00>= T<00> O@<00><>$<00>? z<00>Du@<00><><00><00>A <00><00><00>@<00><> <00>C <00><00>4<00>@<00><><00><00>E <00>$<00>@T<><00>G <00>
X<00>@d<>0<00>m h
 @<00><><00>o %2t
9<00> <00>4@<00><><00><00>r UH<00>P@P<>8<00>t p<00><00>k@<00><><00><00>v <00>|<00><00>@l<> <00>x <00>(<00>@<00><>H<00>z <00>(+<00>@<00><>H<00>| T<00>@<1C>$<00>~ (t<00>#@@<40><00><00><00> >H$9@<00><>0<00><00> dl<00>_@,<2C>8<00><00> y<00>t@d<>$<00><00> <00><00>@<00><>$<00><00> <00><00>@<00><>$<00><00> <00>(<00>@<00><>0<00><00> <00>HQ<00>@<00>T<00><00> <00>P @T<>T<00><00> ' <00>j" @<00><><00><00><00> I X<00>D @<00><><00><00><00> h 4<00>c @ <0C>D<00><00> ~ <00>:y @P<><00><00><00> <00> ,<00><00> @<00><><00><00><00> <00> <00><00> @<00><>H<00><00> <00> <00><00> @<00><><00><00> <00> <00><00> @<00><>t<00><00> 
<00>X<00> @p<>T<00><00> 
<00>U
@<00><>T<00><00> 8
Pd3
@<18><00><00><00> Y
<00>}T
@<00><><00><00><00> q
4<00>l
@<00><><00><00><00> <00>
 <00>
 <00>
 <00>
 <00>
 2<00>
 <00>
    % (: (O (j (<00> h<00> H<00> @T<><00>
<00><00> <00> \ <00>+<00> @<00><> 0<00><00> <00> L<00><00> <00>P" <00> @<00>)<<00><00> <00> <00>Y<00><00> @49D<00><00> <00> 3[<00><00> @x=<00><00><00>  <00>\<00><00> @BL<00><00>  0<00>q 0ێ;# <16>85 N<>P0 @\\<00><00><00> B <00><><00>= @T^<00><00><00> "<22>K p<><00> <00><00> 0<>'phy_common.o/ 1537472266 501 20 100644 14248 `
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ELF^04(1.,<2C><>?<3F><><EFBFBD><EFBFBD>Pt<><74>?|<7C><>?<3F><><EFBFBD>?<10><>?<00> <00><00><><EFBFBD><EFBFBD> `<00> 6A<00><00> <00> <0B><00><><10><00><> <20> <00> =<3D>=<3D>=<3D>=<3D><><00> <00> <0B><><10><> <20> <00> =<3D>=<3D>=<3D>=<3D><><00> <00> <0B><><10><> <20> <00> =<3D>=<3D>=<3D>=<3D><><00> <00>
<EFBFBD><EFBFBD><10><> <20> <00>
<EFBFBD><EFBFBD><1C><><00> <1C><><00> 
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><00><1D>"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((GPIO_PIN_MUX_REG[mdc_gpio])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[mdc_gpio])) <= 0x3ff13FFC))/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/phy_common.c"(Cannot use REG_WRITE for DPORT registers use DPORT_REG_WRITE)" && (!(((((GPIO_PIN_MUX_REG[mdc_gpio]))) >= 0x3ff00000) && (((GPIO_PIN_MUX_REG[mdc_gpio]))) <= 0x3ff13FFC))"(Cannot use REG_READ for DPORT registers use DPORT_REG_READ)" && (!((((GPIO_PIN_MUX_REG[mdc_gpio])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[mdc_gpio])) <= 0x3ff13FFC))"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!((((GPIO_PIN_MUX_REG[mdio_gpio])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[mdio_gpio])) <= 0x3ff13FFC))"(Cannot use REG_WRITE for DPORT registers use DPORT_REG_WRITE)" && (!(((((GPIO_PIN_MUX_REG[mdio_gpio]))) >= 0x3ff00000) && (((GPIO_PIN_MUX_REG[mdio_gpio]))) <= 0x3ff13FFC))"(Cannot use REG_READ for DPORT registers use DPORT_REG_READ)" && (!((((GPIO_PIN_MUX_REG[mdio_gpio])) >= 0x3ff00000) && ((GPIO_PIN_MUX_REG[mdio_gpio])) <= 0x3ff13FFC))6A t00t + <20> <20><00> <0A><> <20><><EFBFBD> <20> <20><00><00><00>"<22><>!*(<28>'9<10><00>,<2C><><00><00><00>'9<11><00><00><>.<2E><00><00><00>'9<10><00>,<2C><><00><00><00> <00>! <20>! ) <20> ) ;0<> <20><00> <0A> <0A><>ɭ<03><00> <0C><>ɭ<03><00>! 3<>8!*#<23>'8<10><00><;<3B><00><00><00>'8<11><00><00><>3<EFBFBD><00><00><00>'8<10><00><;<3B><00><00><00> <00>! <20>! ( <20> )<1D>6A<00><><04><00><00><00><> <20><><EFBFBD> J<><00><1D>6A<00><><01><00> H<><48><10><><EFBFBD><EFBFBD>* <1D> <1D>6A<00><><05><00><00><><00><><10><><EFBFBD><EFBFBD>: <1D> <1D>phy_rmii_smi_configure_pins <00><><EFBFBD><EFBFBD>| <00>       <00><01> <0C>f<06>>7 R+int<03>^<07><05>'>,{-S<05>`<08><04><06><02>^<04><>i<08>UN$<08>^\<08>H<08><08><08> i<00><01>|
<EFBFBD><00> xcO ZI [1 <0B>cg ZJ [1 <0A>c Z0 [1<0E><00><0F>&| b) <01><><10>)s<10>)s!<11><00> c<00> Zr [2 %o Zr [<08> \0 ]0 Iz? Z<03> [. \ ] azn Z<03> [. \ ]  xz<00> Z<03> [. \ ]<03> <0B>c<00> Zs [3 <0B>o<00> Zs [<08> \0 ]0 <0B><00><00> Zs [<08> \0 <0B>z( Z<03> [3 \ ]` <0B>zW Z<03> [3 \ ] z Z<03> [3 \ ]<03><0E><00><0F><06> <09>6<01><>8~B <00><00> Z4 <00> Z4F=<3D><01> <00> Z1<13>H<> <01>1 <00> Z5TAG<14><06><>~S<0F>' ^CX>><06><17><00>)<17><00><06>~~<08><17><00><08> <0A> phy_common% U$ > : ; I$ >  I&I I: ; ( .?: ; '@<18>B
4I4 <0B><>1 <0C><><18>B <0A><>1I!I/ : ; I4I44: ; I.?: ; 'I@<18>B4: ; I4: ; I?<.?<n: ;.?<n: ; 6+R+ <00>R<><00>S<> <00>S<>  z
!
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD><1A><<00>  <00>  l<00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/driver/include/driver/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/rom/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/soc/include/socphy_common.c_default_types.hstdint.hgpio.hesp_log.hgpio.hassert.hesp_eth.hgpio_periph.h      
 )                    6   =     <03>     gpio_set_directionGPIO_PIN_MUX_REGGPIO_MODE_INPUT_OUTPUT_OD__uint8_tESP_LOG_WARNGPIO_MODE_OUTPUT/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/ethernetgpio_matrix_inmdc_gpiophy_mii_get_partner_pause_enableESP_LOG_DEBUG__func__ESP_LOG_INFOdataunsigned charlong unsigned intshort unsigned intgpio_matrix_outGPIO_MODE_OUTPUT_ODphy_rmii_smi_configure_pinsesp_eth_smi_read__uint32_tESP_LOG_ERRORmdio_gpio__assert_funcunsigned int/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/phy_common.clong long unsigned intuint8_tphy_mii_check_link_statussizetypephy_rmii_configure_data_interface_pinslong long intcharGPIO_MODE_INPUTGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort intESP_LOG_NONEGPIO_MODE_DISABLEuint32_tlong intphy_mii_enable_flow_ctrlGPIO_MODE_INPUT_OUTPUTsigned char_Boolesp_eth_smi_writeESP_LOG_VERBOSEGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
$` $` (<00><00>(xx<00>"" (("(" (.symtab.strtab.shstrtab.rela.literal.phy_rmii_configure_data_interface_pins.rela.literal.phy_rmii_smi_configure_pins.rela.literal.phy_mii_enable_flow_ctrl.rela.literal.phy_mii_check_link_status.rela.literal.phy_mii_get_partner_pause_enable.text.data.bss.rela.text.phy_rmii_configure_data_interface_pins.rodata.str1.4.rela.text.phy_rmii_smi_configure_pins.rela.text.phy_mii_enable_flow_ctrl.rela.text.phy_mii_check_link_status.rela.text.phy_mii_get_partner_pause_enable.rodata.__func__$3746.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>   !#%' ()*,<00>CVg <00><00><00><00><00><00><00> phy_common.c__func__$3746phy_rmii_configure_data_interface_pinsgpio_set_directionGPIO_PIN_MUX_REGphy_rmii_smi_configure_pinsgpio_matrix_out__assert_funcgpio_matrix_inphy_mii_enable_flow_ctrlesp_eth_smi_readesp_eth_smi_writephy_mii_check_link_statusphy_mii_get_partner_pause_enable   (,048"<#@#D#HL"P$T#X#\#&'&& $ ?Zrr || <00> <00> %-28 ;@IORXagjo} <00>$<00><00><00><00>(<00><00><00><00>,<00><00><00><00>0<00><00>  $4 8 "5IC<C #La[@[ #dxrDr #<00>H<00> <00>L<00> "<00>P<00> $<00><00><00>T<00> #<00><00><00>X<00> #<00>\ #  & ' &
 &    !( ,, 049@ DD H L Q X \\ `
d
i
p tt x | <00>  !(-:AHTahot<00><00><00><00><00><00><00><00><00><00><00><00><00>  $/8Ph<00><00><00><00><00><00><00><00><00> <00><00>"1 :@Q` io<00><00> <00><00><00><00><00>  #):I RXet }<00><00> <00> <00><00><00> <00> <00><00>
<00>
<00>
  " >Tdhpt{<00><00><00><00><00><00> !%,0B F   $ (
,
0 4    

Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 $ A "
J #7)R/m5x9<00>KQ Wb%l8vI<00>O<00>a<00>g<00>x<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>   ,
2
8
>
B
U [ a g k   $0<HT`lx<00><00><00> <00> <00> <00>
<00>
<00>
<00>
<00>
<00>    , 8 4$@t$/ UX`P@<00><00>/ <00> z@<00> / <00><00><00>@<00> / <00><00><00>@<00> /  <00><00><00><00><00><00><00> @<00> <00>/ ;2\lO<00> J@H!<00>/ v<00>q@$</ <00><00>@T$$/ <00>( <00>@x$$/ <00>Hd<00><00>@<00>$8/ <00><00>@<00>%/ <00> J2<00> _-@<00>*x/ BK@=@\+<00>/! V<00>0Q@<00>+x/# i<00>pd@X,(/% u0+<00><00>0;<00>W8<00><00>(<00>@<00>.</* <00><00>D<00>@<00>.D/, <00><00><00><00>0 L'phy_lan8720.o/ 1537472266 501 20 100644 13956 `
ELF^<00>.4(2/<00><00><00><><00><><00><><00>6A , <0C> <1A><00><00> <0A> <1C><><00><1D>6A<00><><1F><00> <0C><><EFBFBD><10><><EFBFBD><EFBFBD>* <1D> <1D>6A<00><><1F><00><08><><10><><EFBFBD><EFBFBD>* <1D> <1D>6A t<01> <0C><><00><00><00><1D>6A<00>
<EFBFBD><00>ң<><D2A3> { *<2A><00>-
ң<EFBFBD><EFBFBD><00> :<3A><00><00><> Vj<56><6A> <0C><><00><00><>,<2C><00><00><00><1D>6A<1D> <00><><EFBFBD><EFBFBD>| "    S  <00>s :4<08><05><03>E<07>QWint<03>id<05>D!:N,L[-^7<07><07><04>2<04><08> i
V
q
<EFBFBD>

@
Q<18> i$
<EFBFBD>
-<03>  iN
-
6
<EFBFBD>l#/ i%r
<EFBFBD>
<03>(Y i*<2A>

<EFBFBD><03>-} i/n
2017-09-12 09:40:52 +03:00


"
'
,
c
=
B
G
L
<EFBFBD>
2017-08-01 08:51:04 +03:00
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>



2017-09-12 09:40:52 +03:00




a
g
m

0
K
<EFBFBD>
<EFBFBD><03>P<>wR<><04> <0B><02>S<><03>T<><04> rU<><04> <0B>V<><03>W<><04>  <0A> ~ <0A><03>X<><03>Y<>hZ#)4 <0A>4`<60>$an$b$<10>cNd<> <10>e<><10>fyg<><10>h<><10>i<> 1j$<10>k<>(l ,@m0<03>o4<11><02>[<02><><12><02>~<12><02>WQ4"<01><><14>8q
<15> <15>ZZ1[ \ ]0<18>9
<19><15> ZZO[
\
]0<1A><r<01><> eZO<1A>G<><01>  eZO+R<01>O<1B>R<>RpEZ9[
<00>{<13>[S<01>!<1E>bR<1F>bp<00>Z0[
<00>Z<00>Z2[7\
<EFBFBD><EFBFBD>]
<EFBFBD>1Z<00>Z3[
<EFBFBD><EFBFBD>\
<EFBFBD><EFBFBD>]
<EFBFBD>BpZ9[
<00>K<00>Z
,Q{ c<01><01>!TAG2<><06><>"~sU<08>#<23><00><02>#<02>#<23><00><02>#<23><00>3$}}%
2017-08-01 08:51:04 +03:00
<EFBFBD>lan8720% U$ > : ; I$ >   I'&I  I: ; 
( 'I 'I I' : ;  : ; I8 .: ; 'I : ; I.?: ; '@<18>B1X Y 1 <16><>1<17><><18>B1X Y 1.?: ; 'I@<18>B: ; I<1C><>1<1D><>14: ; I4: ; I .?: ; @<18>B!4: ; I"4: ; I?#.?<n: ; $.?<n: ;%614ZD"S"S<00><00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/eth_phy/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/romphy_lan8720.cesp_eth.h_default_types.hstdint.hesp_err.hesp_log.hphy.hets_sys.h4<03>  <     <03>     <03>    <03>        <03> PHY20PHY21PHY22PHY23PHY0PHY1PHY2PHY3PHY4gpio_configPHY6PHY7PHY8PHY9ESP_LOG_VERBOSEPHY24PHY25PHY26GNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorPHY27eth_phy_check_init_funcPHY28ETH_CLOCK_GPIO16_OUTPHY29phy_lan8720_check_phy_initeth_clock_mode_tets_delay_us__uint32_teth_gpio_config_func__uint16_tvalue_maskshort intlong unsigned intesp_eth_smi_wait_valueenableeth_phy_get_partner_pause_enable_funcETH_SPEED_MODE_100M/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/etherneteth_phy_check_link_funcPHY30PHY31eth_tcpip_input_funcclock_modelong long inteth_phy_base_tflow_ctrl_enablephy_get_duplex_modesizetypeESP_LOG_INFOesp_eth_smi_readmac_modeETH_MODE_MII/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/phy_lan8720.cETH_CLOCK_GPIO17_OUTphy_lan8720_get_duplex_modeunsigned charphy_initeth_mode_tETH_MODE_FULLDUPLEXPHY11eth_phy_get_duplex_mode_funcsigned charphy_lan8720_power_enablelong long unsigned intuint32_tunsigned intESP_LOG_ERRORuint16_tETH_SPEED_MODE_10Mesp_eth_smi_writephy_get_speed_modeeth_duplex_mode_teth_config_tshort unsigned intphy_check_linkphy_get_partner_pause_enableETH_MODE_HALFDUPLEXcharlong intESP_LOG_DEBUGint32_tESP_LOG_NONEPHY5eth_phy_power_enable_func_Boolesp_eth_smi_wait_seteth_speed_mode_tphy_lan8720_get_speed_modeESP_LOG_WARNPHY10timeout_msPHY12PHY13PHY14PHY15PHY16PHY17PHY18PHY19eth_phy_funcphy_addrETH_CLOCK_GPIO0_INphy_power_enable__int32_treg_numphy_lan8720_dump_registersphy_lan8720_default_ethernet_configETH_MODE_RMIIres1res2phy_lan8720_initeth_phy_get_speed_mode_funcphy_mii_enable_flow_ctrlphy_check_initesp_err_ttcpip_inputGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
 ,  ,(""("("("(E"S((.symtab.strtab.shstrtab.rela.literal.phy_lan8720_check_phy_init.rela.literal.phy_lan8720_get_speed_mode.rela.literal.phy_lan8720_get_duplex_mode.rela.literal.phy_lan8720_power_enable.rela.literal.phy_lan8720_init.text.data.bss.rela.text.phy_lan8720_check_phy_init.rela.text.phy_lan8720_get_speed_mode.rela.text.phy_lan8720_get_duplex_mode.rela.text.phy_lan8720_power_enable.rela.text.phy_lan8720_init.text.phy_lan8720_dump_registers.rela.rodata.phy_lan8720_default_ethernet_config.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>    "$&( )*+-"*A\m<00><00><00><00>S<00><00>4*Dphy_lan8720.cphy_lan8720_check_phy_initesp_eth_smi_wait_valuephy_lan8720_get_speed_modeesp_eth_smi_readphy_lan8720_get_duplex_modephy_lan8720_power_enableesp_eth_smi_writephy_mii_enable_flow_ctrlphy_lan8720_initets_delay_usphy_lan8720_dump_registersphy_lan8720_default_ethernet_configphy_mii_check_link_statusphy_mii_get_partner_pause_enable  #$# #$&($       # $#& 7 # ++ 4 < < #E$E &K(K $%) !,*0"   !( ,, 049@ DD HLQX \\ `dip tt x | <00> <00> <00><00> <00>
<00>
<00>
 !(/6;HM_lsz<00><00><00><00><00><00><00><00><00><00><00><00>%<BHOfls<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> &,28>DJPV\bhoz<00><00><00><00><00><00>=IUamy<00><00><00><00><00><00><00><00><00><00> !04Qvz<00><00><00><00><00><00><00><00><00>
,FPV Z er|<00> <00> <00> <00>   "(
,
? EQ([_fjqu|<00><00><00>    $(,0 4 8
<
   $ (
,
<00><e<00> <00>
 $*04GMSY]pv| <00><00> <00> <00> <00> <00> 1<00> 7<00> B<00> K<00>
  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00>   , 8
D
P
\ 4 @0 I@D@0 0 rDm@< 0 <00>H <00>@H0 <00>T,<00>@`H0  <00><00><00><00><00><00><00><00>"<00>@<00><0 <00>@<00>$0 ?<00>:@ $0 f<00>a@, H0 <00>S<00>@t <00>0 <00>T<00>\4<00>@L!T0 <00><00><00><00>@<00>!t0
0<00>@#D0 <00><00>)<00>
$@X*0  9<00>
H4@p*<00>0" M 8H@ +<00>0$ `R <00>[@<00>+t0& l0/%w0T;<00><00>8<00><00>(<00>@-<0+ <00><00>h<00>@L-h0- W<00><00>1 <00>ephy_tlk110.o/ 1537472266 501 20 100644 14076 `
ELF^,/4(2/<00><00><00><> <00><><10><00>6A , <0C> <0C><><01><00>  <0C> <0C> <0C><00> ,<2C> <1C><><00><1D>6A<00><><10><00> (<28><><10><><EFBFBD><EFBFBD>* <1D> <1D>6A<00><><10><00> H<><48><10><><EFBFBD><EFBFBD>* <1D> <1D>6A t<01> <0C><><00><00><00><1D>6A<00><1C><><00>ң<><D2A3><00><00><><02><00><00>* ң<><D2A3><00> :<3A><00><00><> V:<3A><> <0C><><00><00><>,<2C><00><00><00><1D>6A<1D> <00><><EFBFBD><EFBFBD>| 0    V  <00>i <0C>:<06>,<03>E<07>Wint<03>iV<07>7!:,L-^<05>YS<04><04><08> i
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
!
)
\
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>

<EFBFBD><03><18> i$
Q
<EFBFBD>!  iN
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>
D
<EFBFBD>b#/ i%r
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
@
<EFBFBD>F(Y i*<2A>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>
#<03>-} i/n
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>


,
1
.
2017-09-12 09:40:52 +03:00
<
A
F
W
y
2017-08-01 08:51:04 +03:00

Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
2017-08-01 08:51:04 +03:00




2017-09-12 09:40:52 +03:00


$
*
0
6
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00

&dP<>R<><04> <0B>@S<>iT<><04> r}U<><04> <0B>3V<>6W<><04>  <0A> ~ <0A><03>X<><03>Y<>7Z#)4 <0A>4`<60><10>an<10>b$KcNd<> Ke<><10>fy<10>g<>wh<><10>i<> j$<10>k<>(<10>l ,m0<03>o4T<02><02><><02>~<12><02>W<13>80<01><><14><q
<15> <15><00>Z1[ \ ]0<14>=<3D>
<15><15> <00>Z@[@\@]0<18> >
<15><15>.<00>ZN[2\2]0*Ar<01> <00>Z@sL<><01>H <00>Z@<13>W<01><><1A>W<>R<00><00>Z9[
<00><00>iaV<01>b_hRdh<00><00>ZO[
<00> <00>Z2[
\
<EFBFBD><EFBFBD>]
<EFBFBD>4<00>)Z3[
<10>\
<EFBFBD><EFBFBD>]
<EFBFBD>E<00>CZ9[
<00>N<00>XZ
,T<00><1F><01><01> TAG6<><06><>!<21>x<><08>"<22><00><02>"<22><00><02>"ee<02>"<22><00>3#ss$ <09>tlk110% U$ > : ; I$ >   I'&I  I: ; 
( 'I 'I I' : ;  : ; I8 .: ; 'I : ; I.?: ; '@<18>B1X Y 1 <16><>1<17><><18>B1X Y .?: ; 'I@<18>B: ; I<1B><>1<1C><>14: ; I4: ; I.?: ; @<18>B 4: ; I!4: ; I?".?<n: ; #.?<n: ;$647ZD0V0V<00><00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/include/eth_phy/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/romphy_tlk110.cesp_eth.h_default_types.hstdint.hesp_err.hesp_log.hphy.hets_sys.h8<03>  -<03>     <03>     <03>    <03>        <03> PHY20PHY21PHY22PHY23PHY24PHY25PHY26PHY27PHY28PHY29PHY6PHY7PHY8phy_initesp_eth_smi_wait_setGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort inteth_phy_check_init_funcphy_tlk110_get_speed_modeETH_CLOCK_GPIO16_OUTsizetypeeth_clock_mode_tets_delay_us__uint32_teth_gpio_config_func__uint16_tesp_eth_smi_wait_valueenableeth_phy_get_partner_pause_enable_funcETH_SPEED_MODE_100MPHY1eth_phy_check_link_funcPHY30PHY31PHY3PHY4eth_tcpip_input_funcclock_modelong long inteth_phy_base_tphy_tlk110_get_duplex_modeflow_ctrl_enablelong intESP_LOG_INFOesp_eth_smi_readmac_modeETH_MODE_MIIphy_get_duplex_modeETH_CLOCK_GPIO17_OUTphy_power_enablevalue_masketh_mode_tunsigned char/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/etherneteth_phy_get_duplex_mode_funcPHY12phy_tlk110_dump_registerssigned charETH_CLOCK_GPIO0_INlong long unsigned intphy_tlk110_default_ethernet_configuint32_tunsigned intESP_LOG_ERRORuint16_tETH_SPEED_MODE_10Mlong unsigned intesp_eth_smi_writephy_get_speed_modeeth_duplex_mode_teth_config_tshort unsigned intphy_check_linkphy_get_partner_pause_enablePHY0ETH_MODE_HALFDUPLEXcharPHY2ESP_LOG_DEBUGint32_tESP_LOG_NONEPHY5eth_phy_func_Booleth_speed_mode_tPHY9ESP_LOG_WARNphy_tlk110_initPHY10PHY11phy_tlk110_check_phy_initPHY13PHY14PHY15PHY16PHY17PHY18PHY19phy_tlk110_power_enablephy_addrtimeout_msESP_LOG_VERBOSE__int32_tgpio_configreg_numETH_MODE_FULLDUPLEXeth_phy_power_enable_funcETH_MODE_RMIIres1res2eth_phy_get_speed_mode_funcphy_mii_enable_flow_ctrlphy_check_initesp_err_t/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ethernet/eth_phy/phy_tlk110.ctcpip_inputGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
 0  0(00("("("(H"V((.symtab.strtab.shstrtab.rela.literal.phy_tlk110_check_phy_init.rela.literal.phy_tlk110_get_speed_mode.rela.literal.phy_tlk110_get_duplex_mode.rela.literal.phy_tlk110_power_enable.rela.literal.phy_tlk110_init.text.data.bss.rela.text.phy_tlk110_check_phy_init.rela.text.phy_tlk110_get_speed_mode.rela.text.phy_tlk110_get_duplex_mode.rela.text.phy_tlk110_power_enable.rela.text.phy_tlk110_init.text.phy_tlk110_dump_registers.rela.rodata.phy_tlk110_default_ethernet_config.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>    "$&( )*+-0(?Yj<00><00><00><00>V<00><00><00>4"<phy_tlk110.cphy_tlk110_check_phy_initesp_eth_smi_wait_valuephy_tlk110_get_speed_modeesp_eth_smi_readphy_tlk110_get_duplex_modephy_tlk110_power_enableesp_eth_smi_writephy_mii_enable_flow_ctrlphy_tlk110_initets_delay_usphy_tlk110_dump_registersphy_tlk110_default_ethernet_configphy_mii_check_link_statusphy_mii_get_partner_pause_enable  #$# $#(&,$   ((     # $& ): # . . 7 ?$? #H(H &N,N $%) !,*0"   !( ,, 049@ DD HLQX \\ `dip tt x | <00> <00> <00><00> <00>
<00>
<00>
 !(/6;HM_lsz<00><00><00><00><00><00><00><00><00><00><00><00>%<BHOfls<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> &,28>DJPV\bhoz<00><00><00><00><00><00>=IUamy<00><00><00><00><00><00><00><00><00><00> !04Qvz<00><00><00> <00><00> *.9IOS^k<00><00><00> <00> <00><00><00><00> <00>  * D Y ci
m
<00> <00><00>(<00><00><00><00><00><00><00><00><00><00>    $(,0 4 8
<
   $ (
,
<00><e<00> <00>
 $*04GMSY]pv| <00><00> <00> <00> <00> #<00> 4<00> :<00> E<00> N<00>
  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00>   , 8
D
P
\ 4 @H$0 H@C@l 0 pDk@x 0 <00>H <00>@<00>0 <00>T0<00>@<00>H0  <00><00><00><00><00><00><00><00>0<00>@<00>H0 <00>@, $0 8<00>3@P $0 ^<00>Y@t H0 <00>V|@<00> <00>0 <00>h<00>p4<00>@<00>!T0 <00><00><00><00>@<00>!t0 <00>D<00><00>@h#h0
# <00>
@<00>*0  - H(@<00>*<00>0" Ae 8<@<00>+<00>0$ T<00> <00>O@,t0& `0zk0<00>;t<00>8<00>
(<00>@<00>-<0+ <00>2h<00>@<00>-h0- <00><00>8<00>1 <00>]