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

102 lines
36 KiB
Plaintext
Raw Normal View History

!<arch>
/ 1530390657 0 0 0 94 `
<00><00><00>3<>ulp_runulp_load_binaryulp_set_wakeup_periodulp_process_macros_and_loadulp.o/ 1530390657 501 20 100644 13024 `
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^x,4()&<18><>?<3F><><EFBFBD><EFBFBD>,<2C><>?<3F><07><>,<2C><>?<3F><00><><00><>?@ulpP"<00>?<00>4"<22>6A1<00> <00><03><00><><10> <00>c<00><>
<EFBFBD><00><00><00> <00><08><00><> <20>P" ) <20> )=<3D>=<3D>=<3D>=<3D><> <00>"<22><> )<10> )=<3D>=<3D>=<3D>=<3D><><00> <00> ! <20>"<22> ( <20> ) =<3D>=<3D>=<3D>=<3D>!<00> <00><02><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><02><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00><02><00><> <20> <00>=<3D>=<3D>=<3D>=<3D><> <00>! ( <20> ) <1D>6a<00>D<11>" <0C>G<EFBFBD>U<EFBFBD><55>'8T*<2A><><EFBFBD><00>9S ̽K<><4B><00><00><11><00><>D<EFBFBD><04><05><><EFBFBD><06><><EFBFBD><EFBFBD>;<3B>JQ<00><04><>Z<EFBFBD><5A><00>J<><4A> Z<><5A><00> <1D>"<22><1D>"<22><1D>"<22><1D>"<22><1D>"<22><1D>"(Cannot use REG_SET_FIELD for DPORT registers use DPORT_REG_SET_FIELD)" && (!(((((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t))) >= 0x3ff00000) && (((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t))) <= 0x3ff13FFC))/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/ulp.c"(Cannot use REG_WRITE for DPORT registers use DPORT_REG_WRITE)" && (!((((((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t)))) >= 0x3ff00000) && ((((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t)))) <= 0x3ff13FFC))"(Cannot use REG_READ for DPORT registers use DPORT_REG_READ)" && (!(((((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t))) >= 0x3ff00000) && (((0x3ff48800 + 0x0018) + period_index * sizeof(uint32_t))) <= 0x3ff13FFC))6A<00>R<02> 0MA<4D>3<01><00><00>
<0A>@<40> <20><00>1:2<>3<11>78<11><00><00><>t<EFBFBD><00><00><00>78<11><00><00><>t<EFBFBD><00><00><00>78<11><00><00><>t<EFBFBD><00><00>1:"<22>"<11> 8<02> <00> <1D>"<22><1D>ulp_set_wakeup_period <00><><EFBFBD><EFBFBD>| <00> <00>0<00> 4m u<00>i?7  sPKmbint<03>t<07>6T<1E><07>8<03>tK~Q<04><06><07><00><08>,9!E,WB-i<03>9<><03><18> t I
D
<EFBFBD>
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
<EFBFBD>
<EFBFBD>
<EFBFBD>  <20> <0C>!<21> w"<22> #<23> <0C>$<24> %<25>
"&I <0A>, <00><01><><0E>,<2C><0F><00> <00>Z:<06> <0A>A <00><01><>_A<>!
A<>S,A<>B3C<>cVD<><00>1Q<><02>T<13>X<>;$c<>YFd<>l(<00>Z<02>T[s\<Q<00>Zru"\t`Zrt"u"[0<04><06><04>l <00><01><>l<><00>Vl<><00><17>q^r<18><00>D$yZ<03>[t\]\$<00>Z<03>[t\]4t$Z<03>[t\]<07><00><08><06>TAG*<2A><06>/``ffll<1D><00>)<06>ulp% U$ > : ; I$ >  I&II!I/  I: ; 
(  : ;  : ; I8 .?: ; 'I@<18>B: ; I4I4<10><>1<11><><18>B: ; I4: ; I4: ; I<15><>1.?: ; 'I@<18>B4: ; I4I4<19><>14: ; I.?<n: ;.?<n.?<n: ; 61R1<00><00>R<> R <00><00>R<>T<00><00>T<>BTBd<00>T2$<24>d<00>T bRbd<00>R2$<24>dgRgi<00>R2$<24>ilRlp<00>R2$<24>psRsu<00>R2$<24>uxRx|<00>R2$<24>|R<00><00>R2$<24>=PY|<00>YBdTBdDJ$<24>yRy|r<><72><EFBFBD><EFBFBD><EFBFBD>|<00><00>R<><52><00>R<><00><00>R<>S<00><00>S<><53><00>S,<00><00><00><00><00><00><00><00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/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/esp32/include/rom/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/includeulp.c_default_types.hstddef.hstdint.hesp_err.hets_sys.hesp_clk.hassert.hesp_log.h,      !     <03>               ^     
 <03>          z   text_sizeprogram_binaryesp_clk_slowclk_cal_getheadersize_t__uint8_tESP_LOG_WARNperiod_usets_delay_us__int32_ttext_offset/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/ulpentry_pointdata_sizeuint64_tulp_runperiod_us_64__func__total_sizeunsigned charperiod_indextext_data_sizeprogram_size_bytesbaseshort unsigned intperiod_cyclesmemset__uint16_tlong unsigned intesp_err_t__uint32_tESP_LOG_ERROR__assert_funcESP_LOG_INFOunsigned intESP_LOG_DEBUGlong long unsigned intuint8_tbss_sizeint32_tsizetypeulp_binary_header_tlong long intESP_LOG_NONEcharload_addr_bytesmemcpyGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort intulp_set_wakeup_periodprogram_sizeuint16_tuint32_tlong int__uint64_tload_addrsigned char/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/ulp.cmagiculp_load_binaryESP_LOG_VERBOSEGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2017-04-04 01:26:23 +03:00
ABI=0
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
0404(<00><00>(ddd"ii"np"uu"z|"<00>(tt"<00><00>"<00>(.symtab.strtab.shstrtab.rela.literal.ulp_run.rela.literal.ulp_load_binary.rela.literal.ulp_set_wakeup_period.text.data.bss.rela.text.ulp_run.rela.text.ulp_load_binary.rodata.str1.4.rela.text.ulp_set_wakeup_period.rodata.__func__$3622.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>
*<00> :AHR<00>h<00>ulp.c__func__$3622ulp_runets_delay_usulp_load_binarymemcpymemset__udivdi3ulp_set_wakeup_periodesp_clk_slowclk_cal_get__assert_func,  
 !$(","0"  ( \d}<00><00> <00>$<00>(, *B dip"" -u=|K K ZZ $,25 ;DJM S\be kt <00>  !$ /D>(> "G\V,V "_tn0n "   !( ,, 049@ DD HLQ !(-:AFSXjw~<00><00><00><00><00><00><00><00><00><00><00>%+17=CR^jv<00><00><00><00><00><00><00><00><00><00><00><00><00>$.3=BPZ_inx}<00><00><00><00><00><00> (3=
BK\k
tz<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><00> <00> %) !%,0BFMQcgnr~<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> #';?FJY]lp<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>T<00>u<00><00><00><00><00><00><00><00>
 "(.(40:8@;F=L@RBXQ^`ddjippvu||<00><00><00><00> <00>$<00>2<00>D<00>J<00>\<00>b<00>t<00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,
40@4 ' 6d1@@$' Tx4O@dx' s<00>y<00><00><00><00><00><00>@<00><00>'
 <00><00><00><00>@x<00>'  <00>2 <00><00><00><00>@\' <00><00><00><00>X<00>@p<00>'  8
@0 <00>' D
<00>.<00> <00>)@%' ><00> 09@4(T' R M@<00>(H' e'<00>`@<00>(L' q0#<00>|0;<00>?8<00>w<00>@+$'" <00><00>8<00>@@+8'$ <00><00>t0( <00><00>ulp_macro.o/ 1530390657 501 20 100644 23568 `
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^<00>U4((%<00><00>\<00><><01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><03><><EFBFBD><EFBFBD><00>P<><50><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>T\<00><00><00> 6A<00><02><03><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:<13>;<14><>5<EFBFBD><35>5<EFBFBD>(<0F><> <1D>|<7C><1D> <1D>|<7C><1D> <1D>insn->b.opcode == OPCODE_BRANCH && "branch macro was applied to a non-branch instruction"/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/ulp_macro.cinsn->bx.reg == 0 && "relocation applied to a jump with offset in register"false && "unexpected sub-opcode"ulpE (%d) %s: program too big: %d words, max is %d words
2017-01-16 16:03:13 +02:00
0 && "invalid sub_opcode for macro insn"read_ptr != end && "program can not end with macro insn"label_info.type == RELOC_TYPE_LABELE (%d) %s: duplicate label definition: %d
E (%d) %s: branch to an inexistent label: %d
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
6APP<50>05<30> #<23><><02><00><><10><00><11><00><00><>l<EFBFBD><00><00><00><02><>%<25><>fe@@<40>PD<50>@1`@OR<>75eP3<10>S<01>108P3 @@<04>DQP3@C I <1D>Wy<11><00><00><>}<7D><00><00>@@<40><><EFBFBD>H10D<10>D I <1D><><00><00><><EFBFBD><EFBFBD><00><00>!<1D>6<><00><04><><11>S} <06><00><07><00><><10><>fKwW7<57>`<60><><EFBFBD>Qr<51><72>'<27><06> z<><7A><EFBFBD><EFBFBD>w<EFBFBD>+<2B><00><00>"<22><>)=<3D>=<3D>=<3D>=<3D><>Q<EFBFBD> <0B>
<EFBFBD> <1A><00>!<1D><><06><03><00><><EFBFBD><EFBFBD><00> <1D><>v<11><07><00><00>aZ=<3D>=<3D>=<3D>=<3D><><00><><EFBFBD><EFBFBD>q<EFBFBD>
<EFBFBD><02><08>+<00><03><00><><10><02>%<00><>5<EFBFBD>H&.F<00>\<00> <00><><EFBFBD><00>=<3D>=<3D><> <0C><00><><10><> <20><00><><10><00><><10> <0C><00>\<00> <00><><EFBFBD><00>=<3D>=<3D><> <0C><00><><10><> <20><00><><10><00><><10><00><> <20> F<00><00><00><><EFBFBD><EFBFBD><00><00>K37<33><11><00><00><>¡<00><00>K<>F<00><03>
K3K<EFBFBD><1B>W<EFBFBD><02><><EFBFBD>=<3D><> L<><06>a<EFBFBD><00>8azs]8q<38>+h<05><00><11><00><00><><EFBFBD><EFBFBD><00><00>KU"<00><05><00><>/<2F>``<60>g<EFBFBD>}<7D><00><00><00><06> <0B>
<EFBFBD> <1A><00><00>a<EFBFBD><00>!<1D><>`<60><><EFBFBD>'<27><00><00><00><00> <0B>
<EFBFBD> <1A><00><00>a<EFBFBD><00>!<1D><><05><06><02><03><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>a<EFBFBD><00>-<1D>KUw<55><06><>w<EFBFBD><02><><EFBFBD><EFBFBD>a<EFBFBD><00>(Q) <1D>!<1D>"<22><1D>do_single_reloculp_process_macros_and_load <00><><EFBFBD><EFBFBD>| 4 <00> E@y 3 <0C>~ <08>(<07><03>Lint<03>^K<05>+<03><03>^<05><07>g<08><04><06><04>#,AB-Sb<18>^<1F> <09> b <09> <09> Y <09>
~4 <0B><> p<06><>  U<06><>
<06><> ~<06><> p<06><> <0B><06><> <0B><06><> <0B><06><> <0B><06><> U<06><>
<06>  ~<06><> p<06><> <0B><06><> <0B><06><> <0B><06><> U<06><>
<06>0 p<06><> U<06><>
<06><> ~<06><> <0B><06><>  p<06><> reg<06><>
<0B><06><> <0B><06><> U<06><>
<06> imm<06><> cmp<06><> <0B><06><> y<06><> <0B><06><> U<06><>
<06>w ~<06><> p<06><> <0B><06><> p<06><> sel<06><> <0B><06><> U<06><>
<06><> ~<06><> p<06><> imm<06><> p<06><> sel<06><> <0B><06><> U<06><>
<06>L <0B>ķ ŷ <0B>Ʒ lowǷ <0B>ȷ Uɷ
̯ <0B>ͷ η pϷ lowз <0B>ѷ Uҷ
<06>! ~ַ mux׷ 3ط <0B>ٷ <0B>ڷ <0B>۷ Uܷ
<06>f ~<06><> <06><> 2<06><>  U<06><>
<06><> <0B><06><> <0B><06><> <06><> <06><>
<06><> p<06><> rw<06><> U<06><>
<06>+ H<06><> p<06><> <0B><06><> U<06><>
<06>p X<06><> p<06><> <0B><06><> U<06><>
<06><> \<01> p<01> <0A><01> U<01>|nG<06><>st<06>4ld<06><><0F><06> bx<06>0b<06><>M<06>;<06>w<0F><06><><06>Ladcݯ<06>!i2c<06>fend<06><>l<06>+<11>p<12><01>
 <20> \!<21> <0B>"<22>  p#<23> <0B>$<24><03>%z<06>#d<><00><01> \d <14>d<>!<14>e<>B<14>e<>k;gs~<15>h <00>r( <00><15>o<> <15>p<>yq<>:,1 <00>Z\[l\]<18>1 <00>Z\[}\]<03><1A>1 Z\[<08>\]<03>n<1B>( <1C> <1D><01><>E<01><> <14><01><>b\<01><> 2C<01><> T
<01><> ^end<01><> <00><01>s<00><15><01>s<00> d<01><> <00>u<01><> 3<01> hO<01> <00>I<01><><00><15><01><> <00>r <13><01>L4<01>_
<14>Υ9<1E>ΥS!lhs<01><>!rhs<01><><15><01><> <00>"<00>
w<01>n<00>"<22><00> w<01>n<00>-1 <00>
Z\[<08>\]TD1 Z\[<08>\]<03>"v<00>5 <15><01><>#"<22><00> rc<01><>L#<23>< <18>G v Z1[\<03>^_v<18>R <00> Z<03>X#<23>< <18>G <00> Z1[\ ^<18>R <00> Z<03>X <00><00> Zs[r\vR Z<03>X<1A>1 Z\[<08>\]<03>#@< aG z Z1[\^_<03>Tqrv] <00> Zr2$DJ$"[s<18>f <00> Zwjq <00> Z<03>X[v\4]2R Z<03>X<04> nss<04><1B> <1C> $TAG, <00><06>%%%)%<25><00>W%{{k%WW Z&%<25><00> e% <09>% U$ > : ; I$ >  I&I& I: ;  (
 : ;  : ; I 8 : ; I 8 : ;I 8  : ;  : ; I : ; I : ;I: ;I.: ; 'I@<18>B: ; I4: ; I4I4 U<18><>1<19><><18>B<1A><>1I!I/ .?: ; 'I@<18>B: ; I4: ; I 4: ; I !4: ; I" #<23><>1$4: ; I%.?<n: ; &.?<n R <00><00>R<> S <00><00>S<>9Tp<00>T<><00>TU ?S?Eu<00>S<1C>p<00>S<><00>u<00>S<1C><><00>S lRp<00>R<><00> u<00>S2$<24>R"<22><><00>R<BT?KS<><00>SB\t<08><1A><><00>t<08><1A>FRFf<00>R<>fxRxz<00>R<>z<00>R<><00><00>R<><52><00>R<><00><00>R<><52>R<00>R<>4R4:<00>R<>:=R=@<00>R<>@CRCE<00>R<><00>S<>:<00>S<>:ESS+W<>lS
pU:EU
0<>vV:EV(?Z?f<00>TfmZmz<00>TzZ:<00>T:@Z@E<00>T<00><00>Z<><00>\<5C>:<00>X@EZ<00><00>X<>:<00>\<00><00>X<>'Z->ZDdZ<00><00>R<>$[-;[Db[<00><00>Z<>!\-8\D`\nrSr:U!R!$<00>R<>$&R&(<00>R<>(*R*,<00>R<>,.R.0<00>R<>02R24<00>R<>n:WX<00><00>Y<><00>Y<><00>Y,YIiYvxV{<00>V<>:V ZSZ,4<00>E6jlp<00><00>4<00>E<00><00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/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/ulp/include/esp32/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/includeulp_macro.c_default_types.hstddef.hstdint.hesp_err.hulp.hassert.hesp_log.hstdlib.h<03>       x      <03>     
      u     {  s   <03>        {      '     
          )  /         i .                       j |    <03>  <03>  wait_delayqsorti2c_selhigh_bitsdo_single_relocGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorsize_tmallocsizetypep_rhsreloc_sort_funccyclesmacro_counttsensmemcpylow_bitsshort intreservedinsn_offsetdelayalu_regopcodeprogramulp_mem_endsregreloc_infoinsnlabel_infoulp_process_macros_and_loadaddrlong long intabs_offsetlong inti2c_addrhighoffsetESP_LOG_INFOtregunsigned charoutput_programsigned charint32_tlong long unsigned intuint32_tunsigned intcycle_selesp_err_tsleep__func__esp_log_writeload_addrreloc_info_tcharp_lhstypeESP_LOG_NONEreloc_endhaltreal_program_sizedataESP_LOG_WARNbranch_info/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/ulp/ulp_macro.cwakeupwrite_ptrESP_LOG_DEBUGlong unsigned intsigndregunused1unused2wr_regsub_opcodeshort unsigned int__uint32_tESP_LOG_VERBOSEmacro__int32_tcur_relocesp_log_timestampulp_insn_tread_ptrperiph_selrd_reg__assert_funcsar_selalu_immpsizecur_insn_addrfreelabelESP_LOG_ERRORunusedr_insn/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/ulpGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
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
8<00>8<00>(##$"((",,"00"4(,,B"np<00>"<00><00>"<00>( "H"ff"zz)"<00><00>"<00><00>,"<00><00>2")D"II,"uv"<00>"<00><00>8"<00><00>1"<00><00>""::"?@"E((.symtab.strtab.shstrtab.rela.literal.do_single_reloc.rela.literal.ulp_process_macros_and_load.text.data.bss.rela.text.reloc_sort_func$3475.rodata.str1.4.rela.text.do_single_reloc.rela.text.ulp_process_macros_and_load.rodata.__func__$3435.rodata.__func__$3469.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><> 4
 "0<00>  @ !#N\E x<00><00><00><00><00>ulp_macro.creloc_sort_func$3475__func__$3435do_single_reloc__func__$3469__assert_funculp_process_macros_and_loadesp_log_timestampesp_log_writememcpymallocqsortfree   (,04048<@DHLPT X!\"`dh#lpt x$|<00> <00>$<00><00>$<00>$ $(,0 #P_s v|<00>$<00>(<00><00><00>,&,& 1p3<00>E<00>p<00>0 <00>4<00>  @Va j<00><00> S<00><00> <00> <00>$<00>(<00> -<00> $
(, -04$82<54;8F S[@r $x~D<00>4<00>8<00> <00><00><00>H<00><00><00>L<00>:   + 1. :7 f:P: [T[ f zpXp !\ "<00> @<00> <00><00> I<00> <00><00> <00>'`' / D>d> S YV <00>dhd #{ <00><00>l<00> <00> <00><00> $<00>p<00> <00>t<00> <00>x<00> $<00> <00><00>|<00> <00><00><00> <00><00><00> $<00>   <00> $ $! <00>$ *' v,<00>, $!(,,049@DDH L Q  !(/6=BTahot<00><00><00><00><00><00><00><00><00><00><00><00><00>%=L[jy<00><00><00><00><00><00><00><00>!9HWu<00><00><00><00><00><00>,;Yh<00><00><00><00><00><00>.=Uds<00><00><00><00><00><00>*9HWo~<00><00><00><00><00><00><00> 4CRay<00><00><00><00><00><00>
 6Wbo<00><00><00><00><00><00><00><00><00><00><00> %/4>CM R[ejty<00><00><00><00> <00><00><00><00> <00><00><00>  . 8  <  G Q V ` e r | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 




"
-
7
<
`
2017-04-04 01:26:23 +03:00
j
o
 s
 |
<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>
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    #  <00>5 :  C  Y b k w  <00>  <00>  <00> <00> <00> <00>  <00>  <00> 
  & / 6  ?  U ^ g {  <00>  <00>  <00> <00>  ' 2 6 = A H L S W ^ b g k r v  !%,0BFMQX\ko~<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>   '+:>JNb f m q {  <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>       2 6 = A K O ^ b i m t x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>       # 3 7 > B I M U Y h l s w <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>       & * 9=DHRV]akovz<00><00><00><00><00><00><00><00><00> <00> <00> <00> <00> <00> <00> <00> <00> <00>     # ' . 2 9 = L P W [ b f   $   $(,0 4 <00><00> <00><00><00><00><00><00><00><00><00>$<00>(<00>,<00>0<00>2 ) 06,<6B<H?NBTHZY`jflqpxs~<00><00><00><00><00><00><00><00><00><00><00><00> <00> <00>
<00> <00> <00> <00> <00> <00> <00> <00> #<00> (<00> 1 :  a f h v! z' }- <00>3 <00>9 <00>? <00>E <00>K <00>Q <00>W <00>] <00>c <00>i <00>o <00>u { <00> -<00> /<00> 2<00> D<00> I<00> M<00> O<00> Q<00> S<00> Y<00> j<00> n<00> r<00> v<00> x<00> ~<00> <00><00> <00><00> <00> <00>  <00> <00> <00>' <00>1 <00>; <00>A <00>G <00>M S Y _ e k $q *w 2~ 6<00> :<00> @<00> C $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00>   , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> 48@<00>.`& >l<00>9@0/D& cioy4t@t00& <00>24:<00>p<00><00>@<00>08&  <00>$E<00>@<00>1<00>&  <00>l<00>|<00>X@t6<00>& (<00>} #@470 & 4mG{uB@dC` & W<00>0R@<00>LT& k @f@M<00>& ~`<00>y@<00>M@& <00>0<00>!<00><00>0<00>&;<00><00>&8<00>#'<00>@<00>R&! <00>3'<00><00>@S<00>&# *<00><00>+P' .<00>